Html Css Color HEX #C9541A Chocolate

📋 copy color: '#C9541A'

red 201 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #C9541A

Tints of Chocolate #C9541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

 BLUE value IS 26 (10.55% from 255) = 8.36%

R = 64.63%
G = 27.01%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9541A (or 0xC9541A) is known color: Chocolate. HEX triplet: C9, 54 and 1A. RGB value is (201,84,26). Sum of RGB (Red+Green+Blue) = 201+84+26=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9541A is #36ABE5. Grayscale: #707070. Windows color (decimal): -3582950 or 1725641. OLE color: 1725641.

HSL color Cylindrical-coordinate representation of color #C9541A: hue angle of 19.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9541A is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 84 26 -
CMYK 0 0.58 0.87 0.21
HSL 19.89º 0.77% 0.45% -
HSV(B) 19.89º 0.87% 0.79% -
XYZ 27.44 18.83 3.17 -
YUV 112.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 201 84 26 0 0.58 0.87 0.21 19.89 0.77 0.45
Hex C9 54 1A 0 3A 57 15 14 4D 2D
Octal 311 124 32 0 72 127 25 24 115 55
Binary 11001001 1010100 11010 0 111010 1010111 10101 10100 1001101 101101

Color Harmonies of #C9541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9541A

Black with #C9541A

Text Example


Text Example

White with #C9541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9541A; }

 p { color: rgb(201,84,26); }

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

background-color css

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

 a { background-color: rgb(201,84,26); }

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

border-color css

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

 span { border-color: rgb(201,84,26); }

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