#5E3C35

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

Shades of Cioccolato #5E3C35

Tints of Cioccolato #5E3C35

Color information

#5E3C35 (or 0x5E3C35) is unknown color: approx Cioccolato. HEX triplet: 5E, 3C and 35. RGB value is (94,60,53). Sum of RGB (Red+Green+Blue) = 94+60+53=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3C35 is #A1C3CA. Grayscale: #454545. Windows color (decimal): -10601419 or 3488862. OLE color: 3488862.

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

Color convert

RGB946053-
CMYK00.360.440.63
HSL10.24º27.89%28.82%-
HSV(B)10.24º43.62%36.86%-
XYZ6.875.874.14-
YUV69.37118.76145.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.41%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=45.41%
G=28.99%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94605300.360.440.6310.2427.8928.82
Hex5E3C350242C3Fa1c1d
Octal13674650445477123435
Binary1011110111100110101010010010110011111110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,60,53); }

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

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

 a { background-color: rgb(94,60,53); }

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

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

 span { border-color: rgb(94,60,53); }

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