Html Css Color HEX #CD591F Chocolate

📋 copy color: '#CD591F'

red 205 ◦ green 89 ◦ blue 31

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

Shades of Chocolate #CD591F

Tints of Chocolate #CD591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 63.08%
G = 27.38%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD591F (or 0xCD591F) is known color: Chocolate. HEX triplet: CD, 59 and 1F. RGB value is (205,89,31). Sum of RGB (Red+Green+Blue) = 205+89+31=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD591F is #32A6E0. Grayscale: #757575. Windows color (decimal): -3319521 or 2054605. OLE color: 2054605.

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

Color convert

RGB 205 89 31 -
CMYK 0 0.57 0.85 0.20
HSL 20º 0.74% 0.46% -
HSV(B) 20º 0.85% 0.8% -
XYZ 29 20.22 3.67 -
YUV 117.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 205 89 31 0 0.57 0.85 0.20 20 0.74 0.46
Hex CD 59 1F 0 39 55 14 14 4A 2E
Octal 315 131 37 0 71 125 24 24 112 56
Binary 11001101 1011001 11111 0 111001 1010101 10100 10100 1001010 101110

Color Harmonies of #CD591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD591F

Black with #CD591F

Text Example


Text Example

White with #CD591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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