#CF5F18

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

Shades of Chocolate #CF5F18

Tints of Chocolate #CF5F18

Color information

#CF5F18 (or 0xCF5F18) is unknown color: approx Chocolate. HEX triplet: CF, 5F and 18. RGB value is (207,95,24). Sum of RGB (Red+Green+Blue) = 207+95+24=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5F18 is #30A0E7. Grayscale: #787878. Windows color (decimal): -3186920 or 1597391. OLE color: 1597391.

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

Color convert

RGB2079524-
CMYK00.540.880.19
HSL23.28º79.22%45.29%-
HSV(B)23.28º88.41%81.18%-
XYZ29.9921.523.44-
YUV120.3973.61189.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.50%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 24 (9.77% from 255) = 7.36%
R=63.50%
G=29.14%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207952400.540.880.1923.2879.2245.29
HexCF5F180365813174f2d
Octal31713730066130232711755
Binary110011111011111110000110110101100010011101111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5F18; }

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

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

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

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

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

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

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

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