Html Css Color HEX #C55A1B Chocolate

📋 copy color: '#C55A1B'

red 197 ◦ green 90 ◦ blue 27

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

Shades of Chocolate #C55A1B

Tints of Chocolate #C55A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

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

R = 62.74%
G = 28.66%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C55A1B (or 0xC55A1B) is known color: Chocolate. HEX triplet: C5, 5A and 1B. RGB value is (197,90,27). Sum of RGB (Red+Green+Blue) = 197+90+27=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A1B is #3AA5E4. Grayscale: #737373. Windows color (decimal): -3843557 or 1792709. OLE color: 1792709.

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

Color convert

RGB 197 90 27 -
CMYK 0 0.54 0.86 0.23
HSL 22.24º 0.76% 0.44% -
HSV(B) 22.24º 0.86% 0.77% -
XYZ 26.88 19.26 3.34 -
YUV 114.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 197 90 27 0 0.54 0.86 0.23 22.24 0.76 0.44
Hex C5 5A 1B 0 36 56 17 16 4C 2C
Octal 305 132 33 0 66 126 27 26 114 54
Binary 11000101 1011010 11011 0 110110 1010110 10111 10110 1001100 101100

Color Harmonies of #C55A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A1B

Black with #C55A1B

Text Example


Text Example

White with #C55A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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