Html Css Color HEX #C49542 Anzac

📋 copy color: '#C49542'

red 196 ◦ green 149 ◦ blue 66

#C49542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anzac #C49542

Tints of Anzac #C49542

RGB

 RED value IS 196 (76.95% from 255) = 47.69%

 GREEN value IS 149 (58.59% from 255) = 36.25%

 BLUE value IS 66 (26.17% from 255) = 16.06%

R = 47.69%
G = 36.25%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C49542 (or 0xC49542) is known color: Anzac. HEX triplet: C4, 95 and 42. RGB value is (196,149,66). Sum of RGB (Red+Green+Blue) = 196+149+66=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C49542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49542 is #3B6ABD. Grayscale: #999999. Windows color (decimal): -3893950 or 4363716. OLE color: 4363716.

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

Color convert

RGB 196 149 66 -
CMYK 0 0.24 0.66 0.23
HSL 38.31º 0.52% 0.51% -
HSV(B) 38.31º 0.66% 0.77% -
XYZ 34.5 33.62 9.83 -
YUV 153.59 78.57 158.25 -
System Red Green Blue C M Y K H S L
Decimal 196 149 66 0 0.24 0.66 0.23 38.31 0.52 0.51
Hex C4 95 42 0 18 42 17 26 34 33
Octal 304 225 102 0 30 102 27 46 64 63
Binary 11000100 10010101 1000010 0 11000 1000010 10111 100110 110100 110011

Color Harmonies of #C49542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49542

Black with #C49542

Text Example


Text Example

White with #C49542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49542; }

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

 H1.HeaderClassName
 {
   color: #C49542;
 }
 .AnyTagClassName
 {
   color: #C49542;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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