#c48c42

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

Shades of Anzac #C48C42

Tints of Anzac #C48C42

Color information

#C48C42 (or 0xC48C42) is unknown color: approx Anzac. HEX triplet: C4, 8C and 42. RGB value is (196,140,66). Sum of RGB (Red+Green+Blue) = 196+140+66=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C42 is #3B73BD. Grayscale: #949494. Windows color (decimal): -3896254 or 4361412. OLE color: 4361412.

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

Color convert

RGB19614066-
CMYK00.290.660.23
HSL34.15º52.42%51.37%-
HSV(B)34.15º66.33%76.86%-
XYZ33.1330.899.37-
YUV148.3181.55162.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.76%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 66 (26.17% from 255) = 16.42%
R=48.76%
G=34.83%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961406600.290.660.2334.1552.4251.37
HexC48C4201D4217223433
Octal30421410203510227426463
Binary11000100100011001000010011101100001010111100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48c42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48c42; }

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

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

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

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

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

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

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

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