Html Css Color HEX #CD591D Chocolate

📋 copy color: '#CD591D'

red 205 ◦ green 89 ◦ blue 29

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

Shades of Chocolate #CD591D

Tints of Chocolate #CD591D

RGB

 RED value IS 205 (80.47% from 255) = 63.47%

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 63.47%
G = 27.55%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD591D (or 0xCD591D) is known color: Chocolate. HEX triplet: CD, 59 and 1D. RGB value is (205,89,29). Sum of RGB (Red+Green+Blue) = 205+89+29=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD591D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD591D is #32A6E2. Grayscale: #757575. Windows color (decimal): -3319523 or 1923533. OLE color: 1923533.

HSL color Cylindrical-coordinate representation of color #CD591D: hue angle of 20.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD591D is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 89 29 -
CMYK 0 0.57 0.86 0.20
HSL 20.45º 0.75% 0.46% -
HSV(B) 20.45º 0.86% 0.8% -
XYZ 28.97 20.21 3.54 -
YUV 116.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 205 89 29 0 0.57 0.86 0.20 20.45 0.75 0.46
Hex CD 59 1D 0 39 56 14 14 4B 2E
Octal 315 131 35 0 71 126 24 24 113 56
Binary 11001101 1011001 11101 0 111001 1010110 10100 10100 1001011 101110

Color Harmonies of #CD591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD591D

Black with #CD591D

Text Example


Text Example

White with #CD591D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD591D; }

 p { color: rgb(205,89,29); }

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

background-color css

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

 a { background-color: rgb(205,89,29); }

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

border-color css

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

 span { border-color: rgb(205,89,29); }

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