#CF5619

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

Shades of Chocolate #CF5619

Tints of Chocolate #CF5619

Color information

#CF5619 (or 0xCF5619) is unknown color: approx Chocolate. HEX triplet: CF, 56 and 19. RGB value is (207,86,25). Sum of RGB (Red+Green+Blue) = 207+86+25=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5619 is #30A9E6. Grayscale: #737373. Windows color (decimal): -3189223 or 1660623. OLE color: 1660623.

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

Color convert

RGB2078625-
CMYK00.580.880.19
HSL20.11º78.45%45.49%-
HSV(B)20.11º87.92%81.18%-
XYZ29.2419.993.24-
YUV115.2277.09193.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.09%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 25 (10.16% from 255) = 7.86%
R=65.09%
G=27.04%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207862500.580.880.1920.1178.4545.49
HexCF561903A5813144e2d
Octal31712631072130232411655
Binary110011111010110110010111010101100010011101001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5619; }

 p { color: rgb(207,86,25); }

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

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

 a { background-color: rgb(207,86,25); }

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

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

 span { border-color: rgb(207,86,25); }

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