Html Css Color HEX #CD5E15 Chocolate

📋 copy color: '#CD5E15'

red 205 ◦ green 94 ◦ blue 21

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

Shades of Chocolate #CD5E15

Tints of Chocolate #CD5E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 64.06%
G = 29.38%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD5E15 (or 0xCD5E15) is known color: Chocolate. HEX triplet: CD, 5E and 15. RGB value is (205,94,21). Sum of RGB (Red+Green+Blue) = 205+94+21=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5E15 is #32A1EA. Grayscale: #777777. Windows color (decimal): -3318251 or 1400525. OLE color: 1400525.

HSL color Cylindrical-coordinate representation of color #CD5E15: hue angle of 23.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD5E15 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 94 21 -
CMYK 0 0.54 0.90 0.20
HSL 23.8º 0.81% 0.44% -
HSV(B) 23.8º 0.9% 0.8% -
XYZ 29.31 21.04 3.23 -
YUV 118.87 72.77 189.44 -
System Red Green Blue C M Y K H S L
Decimal 205 94 21 0 0.54 0.90 0.20 23.8 0.81 0.44
Hex CD 5E 15 0 36 5A 14 18 51 2C
Octal 315 136 25 0 66 132 24 30 121 54
Binary 11001101 1011110 10101 0 110110 1011010 10100 11000 1010001 101100

Color Harmonies of #CD5E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5E15

Black with #CD5E15

Text Example


Text Example

White with #CD5E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5E15; }

 p { color: rgb(205,94,21); }

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

background-color css

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

 a { background-color: rgb(205,94,21); }

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

border-color css

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

 span { border-color: rgb(205,94,21); }

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