#5B3237

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

Shades of Jazz #5B3237

Tints of Jazz #5B3237

Color information

#5B3237 (or 0x5B3237) is unknown color: approx Jazz. HEX triplet: 5B, 32 and 37. RGB value is (91,50,55). Sum of RGB (Red+Green+Blue) = 91+50+55=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3237 is #A4CDC8. Grayscale: #3E3E3E. Windows color (decimal): -10800585 or 3617371. OLE color: 3617371.

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

Color convert

RGB915055-
CMYK00.450.400.64
HSL352.68º29.08%27.65%-
HSV(B)352.68º45.05%35.69%-
XYZ6.144.784.21-
YUV62.83123.58148.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.43%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 55 (21.88% from 255) = 28.06%
R=46.43%
G=25.51%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91505500.450.400.64352.6829.0827.65
Hex5B323702D28401611d1c
Octal1336267055501005413534
Binary1011011110010110111010110110100010000001011000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,50,55); }

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

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

 a { background-color: rgb(91,50,55); }

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

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

 span { border-color: rgb(91,50,55); }

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