#CF541C

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

Shades of Chocolate #CF541C

Tints of Chocolate #CF541C

Color information

#CF541C (or 0xCF541C) is unknown color: approx Chocolate. HEX triplet: CF, 54 and 1C. RGB value is (207,84,28). Sum of RGB (Red+Green+Blue) = 207+84+28=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF541C is #30ABE3. Grayscale: #727272. Windows color (decimal): -3189732 or 1856719. OLE color: 1856719.

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

Color convert

RGB2078428-
CMYK00.590.860.19
HSL18.77º76.17%46.08%-
HSV(B)18.77º86.47%81.18%-
XYZ29.1119.693.36-
YUV114.3979.25194.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.89%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 28 (11.33% from 255) = 8.78%
R=64.89%
G=26.33%
B=8.78%

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
Decimal207842800.590.860.1918.7776.1746.08
HexCF541C03B5613134c2e
Octal31712434073126232311456
Binary110011111010100111000111011101011010011100111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF541C; }

 p { color: rgb(207,84,28); }

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

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

 a { background-color: rgb(207,84,28); }

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

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

 span { border-color: rgb(207,84,28); }

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