Html Css Color HEX #C5571A Chocolate

📋 copy color: '#C5571A'

red 197 ◦ green 87 ◦ blue 26

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

Shades of Chocolate #C5571A

Tints of Chocolate #C5571A

RGB

 RED value IS 197 (77.34% from 255) = 63.55%

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 63.55%
G = 28.06%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5571A (or 0xC5571A) is known color: Chocolate. HEX triplet: C5, 57 and 1A. RGB value is (197,87,26). Sum of RGB (Red+Green+Blue) = 197+87+26=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5571A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5571A is #3AA8E5. Grayscale: #717171. Windows color (decimal): -3844326 or 1726405. OLE color: 1726405.

HSL color Cylindrical-coordinate representation of color #C5571A: hue angle of 21.4º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5571A is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 87 26 -
CMYK 0 0.56 0.87 0.23
HSL 21.4º 0.77% 0.44% -
HSV(B) 21.4º 0.87% 0.77% -
XYZ 26.62 18.76 3.2 -
YUV 112.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 197 87 26 0 0.56 0.87 0.23 21.4 0.77 0.44
Hex C5 57 1A 0 38 57 17 15 4D 2C
Octal 305 127 32 0 70 127 27 25 115 54
Binary 11000101 1010111 11010 0 111000 1010111 10111 10101 1001101 101100

Color Harmonies of #C5571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5571A

Black with #C5571A

Text Example


Text Example

White with #C5571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5571A; }

 p { color: rgb(197,87,26); }

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

background-color css

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

 a { background-color: rgb(197,87,26); }

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

border-color css

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

 span { border-color: rgb(197,87,26); }

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