Html Css Color HEX #C55D1C Chocolate

📋 copy color: '#C55D1C'

red 197 ◦ green 93 ◦ blue 28

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

Shades of Chocolate #C55D1C

Tints of Chocolate #C55D1C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 61.95%
G = 29.25%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C55D1C (or 0xC55D1C) is known color: Chocolate. HEX triplet: C5, 5D and 1C. RGB value is (197,93,28). Sum of RGB (Red+Green+Blue) = 197+93+28=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D1C is #3AA2E3. Grayscale: #757575. Windows color (decimal): -3842788 or 1859013. OLE color: 1859013.

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

Color convert

RGB 197 93 28 -
CMYK 0 0.53 0.86 0.23
HSL 23.08º 0.75% 0.44% -
HSV(B) 23.08º 0.86% 0.77% -
XYZ 27.15 19.78 3.49 -
YUV 116.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 197 93 28 0 0.53 0.86 0.23 23.08 0.75 0.44
Hex C5 5D 1C 0 35 56 17 17 4B 2C
Octal 305 135 34 0 65 126 27 27 113 54
Binary 11000101 1011101 11100 0 110101 1010110 10111 10111 1001011 101100

Color Harmonies of #C55D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D1C

Black with #C55D1C

Text Example


Text Example

White with #C55D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D1C; }

 p { color: rgb(197,93,28); }

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

background-color css

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

 a { background-color: rgb(197,93,28); }

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

border-color css

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

 span { border-color: rgb(197,93,28); }

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