Html Css Color HEX #C49741 Anzac

📋 copy color: '#C49741'

red 196 ◦ green 151 ◦ blue 65

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

Shades of Anzac #C49741

Tints of Anzac #C49741

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

 BLUE value IS 65 (25.78% from 255) = 15.78%

R = 47.57%
G = 36.65%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C49741 (or 0xC49741) is known color: Anzac. HEX triplet: C4, 97 and 41. RGB value is (196,151,65). Sum of RGB (Red+Green+Blue) = 196+151+65=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C49741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49741 is #3B68BE. Grayscale: #9B9B9B. Windows color (decimal): -3893439 or 4298692. OLE color: 4298692.

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

Color convert

RGB 196 151 65 -
CMYK 0 0.23 0.67 0.23
HSL 39.39º 0.53% 0.51% -
HSV(B) 39.39º 0.67% 0.77% -
XYZ 34.79 34.25 9.78 -
YUV 154.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 196 151 65 0 0.23 0.67 0.23 39.39 0.53 0.51
Hex C4 97 41 0 17 43 17 27 35 33
Octal 304 227 101 0 27 103 27 47 65 63
Binary 11000100 10010111 1000001 0 10111 1000011 10111 100111 110101 110011

Color Harmonies of #C49741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49741

Black with #C49741

Text Example


Text Example

White with #C49741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49741; }

 p { color: rgb(196,151,65); }

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

background-color css

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

 a { background-color: rgb(196,151,65); }

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

border-color css

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

 span { border-color: rgb(196,151,65); }

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