#CF5D18

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

Shades of Chocolate #CF5D18

Tints of Chocolate #CF5D18

Color information

#CF5D18 (or 0xCF5D18) is unknown color: approx Chocolate. HEX triplet: CF, 5D and 18. RGB value is (207,93,24). Sum of RGB (Red+Green+Blue) = 207+93+24=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D18 is #30A2E7. Grayscale: #777777. Windows color (decimal): -3187432 or 1596879. OLE color: 1596879.

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

Color convert

RGB2079324-
CMYK00.550.880.19
HSL22.62º79.22%45.29%-
HSV(B)22.62º88.41%81.18%-
XYZ29.8121.163.38-
YUV119.2274.27190.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.89%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 24 (9.77% from 255) = 7.41%
R=63.89%
G=28.70%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207932400.550.880.1922.6279.2245.29
HexCF5D180375813174f2d
Octal31713530067130232711755
Binary110011111011101110000110111101100010011101111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5D18; }

 p { color: rgb(207,93,24); }

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

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

 a { background-color: rgb(207,93,24); }

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

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

 span { border-color: rgb(207,93,24); }

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