#5A3B2F

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

Shades of Cioccolato #5A3B2F

Tints of Cioccolato #5A3B2F

Color information

#5A3B2F (or 0x5A3B2F) is unknown color: approx Cioccolato. HEX triplet: 5A, 3B and 2F. RGB value is (90,59,47). Sum of RGB (Red+Green+Blue) = 90+59+47=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B2F is #A5C4D0. Grayscale: #424242. Windows color (decimal): -10863825 or 3095386. OLE color: 3095386.

HSL color Cylindrical-coordinate representation of color #5A3B2F: hue angle of 16.74º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A3B2F is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB905947-
CMYK00.340.480.65
HSL16.74º31.39%26.86%-
HSV(B)16.74º47.78%35.29%-
XYZ6.295.513.42-
YUV66.9116.77144.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.92%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=45.92%
G=30.10%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90594700.340.480.6516.7431.3926.86
Hex5A3B2F0223041111f1b
Octal132735704260101213733
Binary101101011101110111101000101100001000001100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,59,47); }

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

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

 a { background-color: rgb(90,59,47); }

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

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

 span { border-color: rgb(90,59,47); }

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