Html Css Color HEX #C49840 Anzac

📋 copy color: '#C49840'

red 196 ◦ green 152 ◦ blue 64

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

Shades of Anzac #C49840

Tints of Anzac #C49840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 47.57%
G = 36.89%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C49840 (or 0xC49840) is known color: Anzac. HEX triplet: C4, 98 and 40. RGB value is (196,152,64). Sum of RGB (Red+Green+Blue) = 196+152+64=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C49840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49840 is #3B67BF. Grayscale: #9B9B9B. Windows color (decimal): -3893184 or 4233412. OLE color: 4233412.

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

Color convert

RGB 196 152 64 -
CMYK 0 0.22 0.67 0.23
HSL 40º 0.53% 0.51% -
HSV(B) 40º 0.67% 0.77% -
XYZ 34.92 34.56 9.68 -
YUV 155.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 196 152 64 0 0.22 0.67 0.23 40 0.53 0.51
Hex C4 98 40 0 16 43 17 28 35 33
Octal 304 230 100 0 26 103 27 50 65 63
Binary 11000100 10011000 1000000 0 10110 1000011 10111 101000 110101 110011

Color Harmonies of #C49840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49840

Black with #C49840

Text Example


Text Example

White with #C49840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49840; }

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

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

background-color css

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

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

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

border-color css

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

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

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