#CF5D22

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

Shades of Chocolate #CF5D22

Tints of Chocolate #CF5D22

Color information

#CF5D22 (or 0xCF5D22) is unknown color: approx Chocolate. HEX triplet: CF, 5D and 22. RGB value is (207,93,34). Sum of RGB (Red+Green+Blue) = 207+93+34=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D22 is #30A2DD. Grayscale: #787878. Windows color (decimal): -3187422 or 2252239. OLE color: 2252239.

HSL color Cylindrical-coordinate representation of color #CF5D22: hue angle of 20.46º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF5D22 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB2079334-
CMYK00.550.840.19
HSL20.46º71.78%47.25%-
HSV(B)20.46º83.57%81.18%-
XYZ29.9421.214.03-
YUV120.3679.27189.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.98%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 34 (13.67% from 255) = 10.18%
R=61.98%
G=27.84%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207933400.550.840.1920.4671.7847.25
HexCF5D22037541314482f
Octal31713542067124232411057
Binary1100111110111011000100110111101010010011101001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5D22; }

 p { color: rgb(207,93,34); }

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

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

 a { background-color: rgb(207,93,34); }

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

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

 span { border-color: rgb(207,93,34); }

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