#CF7017

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

Shades of Chocolate #CF7017

Tints of Chocolate #CF7017

Color information

#CF7017 (or 0xCF7017) is unknown color: approx Chocolate. HEX triplet: CF, 70 and 17. RGB value is (207,112,23). Sum of RGB (Red+Green+Blue) = 207+112+23=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7017 is #308FE8. Grayscale: #828282. Windows color (decimal): -3182569 or 1536207. OLE color: 1536207.

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

Color convert

RGB20711223-
CMYK00.460.890.19
HSL29.02º80%45.1%-
HSV(B)29.02º88.89%81.18%-
XYZ31.6824.923.95-
YUV130.2667.47182.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.53%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 23 (9.38% from 255) = 6.73%
R=60.53%
G=32.75%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071122300.460.890.1929.028045.1
HexCF701702E59131d502d
Octal31716027056131233512055
Binary110011111110000101110101110101100110011111011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7017; }

 p { color: rgb(207,112,23); }

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

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

 a { background-color: rgb(207,112,23); }

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

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

 span { border-color: rgb(207,112,23); }

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