#C28742

Color #C28742 Anzac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anzac #C28742

Tints of Anzac #C28742

Color information

#C28742 (or 0xC28742) is unknown color: approx Anzac. HEX triplet: C2, 87 and 42. RGB value is (194,135,66). Sum of RGB (Red+Green+Blue) = 194+135+66=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C28742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28742 is #3D78BD. Grayscale: #919191. Windows color (decimal): -4028606 or 4360130. OLE color: 4360130.

HSL color Cylindrical-coordinate representation of color #C28742: hue angle of 32.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C28742 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB19413566-
CMYK00.300.660.24
HSL32.34º51.2%50.98%-
HSV(B)32.34º65.98%76.08%-
XYZ31.929.199.11-
YUV144.7783.55163.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=49.11%
G=34.18%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941356600.300.660.2432.3451.250.98
HexC2874201E4218203333
Octal30220710203610230406363
Binary11000010100001111000010011110100001011000100000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28742; }

 p { color: rgb(194,135,66); }

 H1.HeaderClassName
 {
   color: #C28742;
 }
 .AnyTagClassName
 {
   color: #C28742;
 }
</style>
background-color css

<style>
 a { background-color: #C28742; }

 a { background-color: rgb(194,135,66); }

 div.DivClassName
 {
   background-color: #C28742;
 }
 .BgClassName
 {
   background-color: #C28742;
 }
</style>
border-color css

<style>
 span { border-color: #C28742; }

 span { border-color: rgb(194,135,66); }

 td.TdClassName
 {
   border-color: #C28742;
 }
 .TagClassName
 {
   border-color: #C28742;
 }
</style>