#5B3B33

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

Shades of Cioccolato #5B3B33

Tints of Cioccolato #5B3B33

Color information

#5B3B33 (or 0x5B3B33) is unknown color: approx Cioccolato. HEX triplet: 5B, 3B and 33. RGB value is (91,59,51). Sum of RGB (Red+Green+Blue) = 91+59+51=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B33 is #A4C4CC. Grayscale: #434343. Windows color (decimal): -10798285 or 3357531. OLE color: 3357531.

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

Color convert

RGB915951-
CMYK00.350.440.64
HSL12º28.17%27.84%-
HSV(B)12º43.96%35.69%-
XYZ6.485.593.87-
YUV67.66118.6144.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.27%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=45.27%
G=29.35%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91595100.350.440.641228.1727.84
Hex5B3B330232C40c1c1c
Octal133736304354100143434
Binary10110111110111100110100011101100100000011001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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