#CD7018

Color #CD7018 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CD7018

Tints of Chocolate #CD7018

Color information

#CD7018 (or 0xCD7018) is unknown color: approx Chocolate. HEX triplet: CD, 70 and 18. RGB value is (205,112,24). Sum of RGB (Red+Green+Blue) = 205+112+24=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7018 is #328FE7. Grayscale: #828282. Windows color (decimal): -3313640 or 1601741. OLE color: 1601741.

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

Color convert

RGB20511224-
CMYK00.450.880.20
HSL29.17º79.04%44.9%-
HSV(B)29.17º88.29%80.39%-
XYZ31.1424.633.98-
YUV129.7768.31181.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.12%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 24 (9.77% from 255) = 7.04%
R=60.12%
G=32.84%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051122400.450.880.2029.1779.0444.9
HexCD701802D58141d4f2d
Octal31516030055130243511755
Binary110011011110000110000101101101100010100111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7018; }

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

 H1.HeaderClassName
 {
   color: #CD7018;
 }
 .AnyTagClassName
 {
   color: #CD7018;
 }
</style>
background-color css

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

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

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

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

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

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