Html Css Color HEX #C5571B Chocolate

📋 copy color: '#C5571B'

red 197 ◦ green 87 ◦ blue 27

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

Shades of Chocolate #C5571B

Tints of Chocolate #C5571B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 63.34%
G = 27.97%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5571B (or 0xC5571B) is known color: Chocolate. HEX triplet: C5, 57 and 1B. RGB value is (197,87,27). Sum of RGB (Red+Green+Blue) = 197+87+27=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5571B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5571B is #3AA8E4. Grayscale: #717171. Windows color (decimal): -3844325 or 1791941. OLE color: 1791941.

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

Color convert

RGB 197 87 27 -
CMYK 0 0.56 0.86 0.23
HSL 21.18º 0.76% 0.44% -
HSV(B) 21.18º 0.86% 0.77% -
XYZ 26.63 18.77 3.26 -
YUV 113.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 197 87 27 0 0.56 0.86 0.23 21.18 0.76 0.44
Hex C5 57 1B 0 38 56 17 15 4C 2C
Octal 305 127 33 0 70 126 27 25 114 54
Binary 11000101 1010111 11011 0 111000 1010110 10111 10101 1001100 101100

Color Harmonies of #C5571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5571B

Black with #C5571B

Text Example


Text Example

White with #C5571B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5571B; }

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

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

background-color css

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

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

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

border-color css

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

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

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