Html Css Color HEX #CD5D1F Chocolate

📋 copy color: '#CD5D1F'

red 205 ◦ green 93 ◦ blue 31

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

Shades of Chocolate #CD5D1F

Tints of Chocolate #CD5D1F

RGB

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

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

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

R = 62.31%
G = 28.27%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD5D1F (or 0xCD5D1F) is known color: Chocolate. HEX triplet: CD, 5D and 1F. RGB value is (205,93,31). Sum of RGB (Red+Green+Blue) = 205+93+31=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D1F is #32A2E0. Grayscale: #777777. Windows color (decimal): -3318497 or 2055629. OLE color: 2055629.

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

Color convert

RGB 205 93 31 -
CMYK 0 0.55 0.85 0.20
HSL 21.38º 0.74% 0.46% -
HSV(B) 21.38º 0.85% 0.8% -
XYZ 29.34 20.91 3.79 -
YUV 119.42 78.11 189.04 -
System Red Green Blue C M Y K H S L
Decimal 205 93 31 0 0.55 0.85 0.20 21.38 0.74 0.46
Hex CD 5D 1F 0 37 55 14 15 4A 2E
Octal 315 135 37 0 67 125 24 25 112 56
Binary 11001101 1011101 11111 0 110111 1010101 10100 10101 1001010 101110

Color Harmonies of #CD5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D1F

Black with #CD5D1F

Text Example


Text Example

White with #CD5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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