#CF551D

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

Shades of Chocolate #CF551D

Tints of Chocolate #CF551D

Color information

#CF551D (or 0xCF551D) is unknown color: approx Chocolate. HEX triplet: CF, 55 and 1D. RGB value is (207,85,29). Sum of RGB (Red+Green+Blue) = 207+85+29=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF551D is #30AAE2. Grayscale: #737373. Windows color (decimal): -3189475 or 1922511. OLE color: 1922511.

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

Color convert

RGB2078529-
CMYK00.590.860.19
HSL18.88º75.42%46.27%-
HSV(B)18.88º85.99%81.18%-
XYZ29.219.853.45-
YUV115.0979.42193.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.49%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 29 (11.72% from 255) = 9.03%
R=64.49%
G=26.48%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207852900.590.860.1918.8875.4246.27
HexCF551D03B5613134b2e
Octal31712535073126232311356
Binary110011111010101111010111011101011010011100111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF551D; }

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

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

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

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

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

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

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

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