#c48c3a

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

Shades of Anzac #C48C3A

Tints of Anzac #C48C3A

Color information

#C48C3A (or 0xC48C3A) is unknown color: approx Anzac. HEX triplet: C4, 8C and 3A. RGB value is (196,140,58). Sum of RGB (Red+Green+Blue) = 196+140+58=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C3A is #3B73C5. Grayscale: #939393. Windows color (decimal): -3896262 or 3837124. OLE color: 3837124.

HSL color Cylindrical-coordinate representation of color #C48C3A: hue angle of 35.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C48C3A is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19614058-
CMYK00.290.700.23
HSL35.65º54.33%49.8%-
HSV(B)35.65º70.41%76.86%-
XYZ32.9130.88.21-
YUV147.477.55162.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 58 (23.05% from 255) = 14.72%
R=49.75%
G=35.53%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961405800.290.700.2335.6554.3349.8
HexC48C3A01D4617243632
Octal3042147203510627446662
Binary1100010010001100111010011101100011010111100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48c3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48c3a; }

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

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

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

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

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

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

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

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