Html Css Color HEX #C5581D Chocolate

📋 copy color: '#C5581D'

red 197 ◦ green 88 ◦ blue 29

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

Shades of Chocolate #C5581D

Tints of Chocolate #C5581D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

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

R = 62.74%
G = 28.03%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5581D (or 0xC5581D) is known color: Chocolate. HEX triplet: C5, 58 and 1D. RGB value is (197,88,29). Sum of RGB (Red+Green+Blue) = 197+88+29=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5581D is #3AA7E2. Grayscale: #727272. Windows color (decimal): -3844067 or 1923269. OLE color: 1923269.

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

Color convert

RGB 197 88 29 -
CMYK 0 0.55 0.85 0.23
HSL 21.07º 0.74% 0.44% -
HSV(B) 21.07º 0.85% 0.77% -
XYZ 26.74 18.94 3.41 -
YUV 113.87 80.11 187.3 -
System Red Green Blue C M Y K H S L
Decimal 197 88 29 0 0.55 0.85 0.23 21.07 0.74 0.44
Hex C5 58 1D 0 37 55 17 15 4A 2C
Octal 305 130 35 0 67 125 27 25 112 54
Binary 11000101 1011000 11101 0 110111 1010101 10111 10101 1001010 101100

Color Harmonies of #C5581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5581D

Black with #C5581D

Text Example


Text Example

White with #C5581D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5581D; }

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

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

background-color css

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

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

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

border-color css

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

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

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