#5B3B2C

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

Shades of Cioccolato #5B3B2C

Tints of Cioccolato #5B3B2C

Color information

#5B3B2C (or 0x5B3B2C) is unknown color: approx Cioccolato. HEX triplet: 5B, 3B and 2C. RGB value is (91,59,44). Sum of RGB (Red+Green+Blue) = 91+59+44=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B2C is #A4C4D3. Grayscale: #424242. Windows color (decimal): -10798292 or 2898779. OLE color: 2898779.

HSL color Cylindrical-coordinate representation of color #5B3B2C: hue angle of 19.15º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B3B2C is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB915944-
CMYK00.350.520.64
HSL19.15º34.81%26.47%-
HSV(B)19.15º51.65%35.69%-
XYZ6.335.533.12-
YUV66.86115.1145.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.91%
GREEN value IS 59 (23.44% from 255) = 30.41%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=46.91%
G=30.41%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91594400.350.520.6419.1534.8126.47
Hex5B3B2C023344013231a
Octal133735404364100234332
Binary1011011111011101100010001111010010000001001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,59,44); }

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

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

 a { background-color: rgb(91,59,44); }

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

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

 span { border-color: rgb(91,59,44); }

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