Html Css Color HEX #C55B1D Chocolate

📋 copy color: '#C55B1D'

red 197 ◦ green 91 ◦ blue 29

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

Shades of Chocolate #C55B1D

Tints of Chocolate #C55B1D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.71%

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 62.15%
G = 28.71%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C55B1D (or 0xC55B1D) is known color: Chocolate. HEX triplet: C5, 5B and 1D. RGB value is (197,91,29). Sum of RGB (Red+Green+Blue) = 197+91+29=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B1D is #3AA4E2. Grayscale: #737373. Windows color (decimal): -3843299 or 1924037. OLE color: 1924037.

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

Color convert

RGB 197 91 29 -
CMYK 0 0.54 0.85 0.23
HSL 22.14º 0.74% 0.44% -
HSV(B) 22.14º 0.85% 0.77% -
XYZ 26.99 19.44 3.49 -
YUV 115.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 197 91 29 0 0.54 0.85 0.23 22.14 0.74 0.44
Hex C5 5B 1D 0 36 55 17 16 4A 2C
Octal 305 133 35 0 66 125 27 26 112 54
Binary 11000101 1011011 11101 0 110110 1010101 10111 10110 1001010 101100

Color Harmonies of #C55B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B1D

Black with #C55B1D

Text Example


Text Example

White with #C55B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B1D; }

 p { color: rgb(197,91,29); }

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

background-color css

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

 a { background-color: rgb(197,91,29); }

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

border-color css

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

 span { border-color: rgb(197,91,29); }

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