Html Css Color HEX #CD5518 Chocolate

📋 copy color: '#CD5518'

red 205 ◦ green 85 ◦ blue 24

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

Shades of Chocolate #CD5518

Tints of Chocolate #CD5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 65.29%
G = 27.07%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD5518 (or 0xCD5518) is known color: Chocolate. HEX triplet: CD, 55 and 18. RGB value is (205,85,24). Sum of RGB (Red+Green+Blue) = 205+85+24=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5518 is #32AAE7. Grayscale: #727272. Windows color (decimal): -3320552 or 1594829. OLE color: 1594829.

HSL color Cylindrical-coordinate representation of color #CD5518: hue angle of 20.22º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD5518 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 85 24 -
CMYK 0 0.59 0.88 0.20
HSL 20.22º 0.79% 0.45% -
HSV(B) 20.22º 0.88% 0.8% -
XYZ 28.59 19.54 3.13 -
YUV 113.93 77.26 192.96 -
System Red Green Blue C M Y K H S L
Decimal 205 85 24 0 0.59 0.88 0.20 20.22 0.79 0.45
Hex CD 55 18 0 3B 58 14 14 4F 2D
Octal 315 125 30 0 73 130 24 24 117 55
Binary 11001101 1010101 11000 0 111011 1011000 10100 10100 1001111 101101

Color Harmonies of #CD5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5518

Black with #CD5518

Text Example


Text Example

White with #CD5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5518; }

 p { color: rgb(205,85,24); }

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

background-color css

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

 a { background-color: rgb(205,85,24); }

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

border-color css

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

 span { border-color: rgb(205,85,24); }

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