Html Css Color HEX #C99139 Anzac

📋 copy color: '#C99139'

red 201 ◦ green 145 ◦ blue 57

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

Shades of Anzac #C99139

Tints of Anzac #C99139

RGB

 RED value IS 201 (78.91% from 255) = 49.88%

 GREEN value IS 145 (57.03% from 255) = 35.98%

 BLUE value IS 57 (22.66% from 255) = 14.14%

R = 49.88%
G = 35.98%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C99139 (or 0xC99139) is known color: Anzac. HEX triplet: C9, 91 and 39. RGB value is (201,145,57). Sum of RGB (Red+Green+Blue) = 201+145+57=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C99139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99139 is #366EC6. Grayscale: #989898. Windows color (decimal): -3567303 or 3772873. OLE color: 3772873.

HSL color Cylindrical-coordinate representation of color #C99139: hue angle of 36.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C99139 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 57 -
CMYK 0 0.28 0.72 0.21
HSL 36.67º 0.57% 0.51% -
HSV(B) 36.67º 0.72% 0.79% -
XYZ 34.95 32.96 8.39 -
YUV 151.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 201 145 57 0 0.28 0.72 0.21 36.67 0.57 0.51
Hex C9 91 39 0 1C 48 15 25 39 33
Octal 311 221 71 0 34 110 25 45 71 63
Binary 11001001 10010001 111001 0 11100 1001000 10101 100101 111001 110011

Color Harmonies of #C99139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99139

Black with #C99139

Text Example


Text Example

White with #C99139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99139; }

 p { color: rgb(201,145,57); }

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

background-color css

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

 a { background-color: rgb(201,145,57); }

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

border-color css

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

 span { border-color: rgb(201,145,57); }

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