#CF700D

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

Shades of Chocolate #CF700D

Tints of Chocolate #CF700D

Color information

#CF700D (or 0xCF700D) is unknown color: approx Chocolate. HEX triplet: CF, 70 and 0D. RGB value is (207,112,13). Sum of RGB (Red+Green+Blue) = 207+112+13=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF700D is #308FF2. Grayscale: #818181. Windows color (decimal): -3182579 or 880847. OLE color: 880847.

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

Color convert

RGB20711213-
CMYK00.460.940.19
HSL30.62º88.18%43.14%-
HSV(B)30.62º93.72%81.18%-
XYZ31.624.883.52-
YUV129.1262.47183.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.35%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 13 (5.47% from 255) = 3.92%
R=62.35%
G=33.73%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071121300.460.940.1930.6288.1843.14
HexCF70D02E5E131f582b
Octal31716015056136233713053
Binary11001111111000011010101110101111010011111111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF700D; }

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

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

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

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

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

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

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

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