#CF521A

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

Shades of Chocolate #CF521A

Tints of Chocolate #CF521A

Color information

#CF521A (or 0xCF521A) is unknown color: approx Chocolate. HEX triplet: CF, 52 and 1A. RGB value is (207,82,26). Sum of RGB (Red+Green+Blue) = 207+82+26=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF521A is #30ADE5. Grayscale: #717171. Windows color (decimal): -3190246 or 1725135. OLE color: 1725135.

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

Color convert

RGB2078226-
CMYK00.600.870.19
HSL18.56º77.68%45.69%-
HSV(B)18.56º87.44%81.18%-
XYZ28.9419.373.19-
YUV112.9978.91195.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.71%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 26 (10.55% from 255) = 8.25%
R=65.71%
G=26.03%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207822600.600.870.1918.5677.6845.69
HexCF521A03C5713134e2e
Octal31712232074127232311656
Binary110011111010010110100111100101011110011100111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF521A; }

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

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

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

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

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

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

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

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