#5F3E37

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

Shades of Cioccolato #5F3E37

Tints of Cioccolato #5F3E37

Color information

#5F3E37 (or 0x5F3E37) is unknown color: approx Cioccolato. HEX triplet: 5F, 3E and 37. RGB value is (95,62,55). Sum of RGB (Red+Green+Blue) = 95+62+55=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3E37 is #A0C1C8. Grayscale: #474747. Windows color (decimal): -10535369 or 3620447. OLE color: 3620447.

HSL color Cylindrical-coordinate representation of color #5F3E37: hue angle of 10.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F3E37 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.63.

Color convert

RGB956255-
CMYK00.350.420.63
HSL10.5º26.67%29.41%-
HSV(B)10.5º42.11%37.25%-
XYZ7.136.154.43-
YUV71.07118.93145.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.81%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=44.81%
G=29.25%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95625500.350.420.6310.526.6729.41
Hex5F3E370232A3Fa1b1d
Octal13776670435277123335
Binary1011111111110110111010001110101011111110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F3E37; }

 p { color: rgb(95,62,55); }

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

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

 a { background-color: rgb(95,62,55); }

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

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

 span { border-color: rgb(95,62,55); }

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