#CF571D

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

Shades of Chocolate #CF571D

Tints of Chocolate #CF571D

Color information

#CF571D (or 0xCF571D) is unknown color: approx Chocolate. HEX triplet: CF, 57 and 1D. RGB value is (207,87,29). Sum of RGB (Red+Green+Blue) = 207+87+29=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF571D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF571D is #30A8E2. Grayscale: #747474. Windows color (decimal): -3188963 or 1923023. OLE color: 1923023.

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

Color convert

RGB2078729-
CMYK00.580.860.19
HSL19.55º75.42%46.27%-
HSV(B)19.55º85.99%81.18%-
XYZ29.3620.173.51-
YUV116.2778.76192.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.09%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 29 (11.72% from 255) = 8.98%
R=64.09%
G=26.93%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207872900.580.860.1919.5575.4246.27
HexCF571D03A5613144b2e
Octal31712735072126232411356
Binary110011111010111111010111010101011010011101001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF571D; }

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

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

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

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

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

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

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

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