#cf521d

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

Shades of Chocolate #CF521D

Tints of Chocolate #CF521D

Color information

#CF521D (or 0xCF521D) is unknown color: approx Chocolate. HEX triplet: CF, 52 and 1D. RGB value is (207,82,29). Sum of RGB (Red+Green+Blue) = 207+82+29=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF521D is #30ADE2. Grayscale: #717171. Windows color (decimal): -3190243 or 1921743. OLE color: 1921743.

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

Color convert

RGB2078229-
CMYK00.600.860.19
HSL17.87º75.42%46.27%-
HSV(B)17.87º85.99%81.18%-
XYZ28.9719.393.38-
YUV113.3380.41194.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.09%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 29 (11.72% from 255) = 9.12%
R=65.09%
G=25.79%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207822900.600.860.1917.8775.4246.27
HexCF521D03C5613124b2e
Octal31712235074126232211356
Binary110011111010010111010111100101011010011100101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf521d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf521d; }

 p { color: rgb(207,82,29); }

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

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

 a { background-color: rgb(207,82,29); }

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

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

 span { border-color: rgb(207,82,29); }

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