#C48D40

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

Shades of Anzac #C48D40

Tints of Anzac #C48D40

Color information

#C48D40 (or 0xC48D40) is unknown color: approx Anzac. HEX triplet: C4, 8D and 40. RGB value is (196,141,64). Sum of RGB (Red+Green+Blue) = 196+141+64=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D40 is #3B72BF. Grayscale: #959595. Windows color (decimal): -3896000 or 4230596. OLE color: 4230596.

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

Color convert

RGB19614164-
CMYK00.280.670.23
HSL35º52.8%50.98%-
HSV(B)35º67.35%76.86%-
XYZ33.2231.169.11-
YUV148.6780.22161.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.88%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=48.88%
G=35.16%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961416400.280.670.233552.850.98
HexC48D4001C4317233533
Octal30421510003410327436563
Binary11000100100011011000000011100100001110111100011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D40; }

 p { color: rgb(196,141,64); }

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

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

 a { background-color: rgb(196,141,64); }

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

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

 span { border-color: rgb(196,141,64); }

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