#C48944

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

Shades of Anzac #C48944

Tints of Anzac #C48944

Color information

#C48944 (or 0xC48944) is unknown color: approx Anzac. HEX triplet: C4, 89 and 44. RGB value is (196,137,68). Sum of RGB (Red+Green+Blue) = 196+137+68=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C48944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48944 is #3B76BB. Grayscale: #939393. Windows color (decimal): -3897020 or 4491716. OLE color: 4491716.

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

Color convert

RGB19613768-
CMYK00.300.650.23
HSL32.34º52.03%51.76%-
HSV(B)32.34º65.31%76.86%-
XYZ32.7530.049.54-
YUV146.7883.55163.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.88%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=48.88%
G=34.16%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961376800.300.650.2332.3452.0351.76
HexC4894401E4117203434
Octal30421110403610127406464
Binary11000100100010011000100011110100000110111100000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48944; }

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

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

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

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

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

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

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

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