#C48942

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

Shades of Anzac #C48942

Tints of Anzac #C48942

Color information

#C48942 (or 0xC48942) is unknown color: approx Anzac. HEX triplet: C4, 89 and 42. RGB value is (196,137,66). Sum of RGB (Red+Green+Blue) = 196+137+66=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C48942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48942 is #3B76BD. Grayscale: #929292. Windows color (decimal): -3897022 or 4360644. OLE color: 4360644.

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

Color convert

RGB19613766-
CMYK00.300.660.23
HSL32.77º52.42%51.37%-
HSV(B)32.77º66.33%76.86%-
XYZ32.6930.029.23-
YUV146.5582.55163.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=49.12%
G=34.34%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961376600.300.660.2332.7752.4251.37
HexC4894201E4217213433
Octal30421110203610227416463
Binary11000100100010011000010011110100001010111100001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48942; }

 p { color: rgb(196,137,66); }

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

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

 a { background-color: rgb(196,137,66); }

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

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

 span { border-color: rgb(196,137,66); }

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