#C48C45

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

Shades of Anzac #C48C45

Tints of Anzac #C48C45

Color information

#C48C45 (or 0xC48C45) is unknown color: approx Anzac. HEX triplet: C4, 8C and 45. RGB value is (196,140,69). Sum of RGB (Red+Green+Blue) = 196+140+69=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C45 is #3B73BA. Grayscale: #949494. Windows color (decimal): -3896251 or 4558020. OLE color: 4558020.

HSL color Cylindrical-coordinate representation of color #C48C45: hue angle of 33.54º 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 #C48C45 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19614069-
CMYK00.290.650.23
HSL33.54º51.84%51.96%-
HSV(B)33.54º64.8%76.86%-
XYZ33.2230.929.85-
YUV148.6583.05161.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=48.40%
G=34.57%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961406900.290.650.2333.5451.8451.96
HexC48C4501D4117223434
Octal30421410503510127426464
Binary11000100100011001000101011101100000110111100010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48C45; }

 p { color: rgb(196,140,69); }

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

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

 a { background-color: rgb(196,140,69); }

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

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

 span { border-color: rgb(196,140,69); }

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