#5B4B46

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

Shades of Saddle #5B4B46

Tints of Saddle #5B4B46

Color information

#5B4B46 (or 0x5B4B46) is unknown color: approx Saddle. HEX triplet: 5B, 4B and 46. RGB value is (91,75,70). Sum of RGB (Red+Green+Blue) = 91+75+70=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4B46 is #A4B4B9. Grayscale: #4F4F4F. Windows color (decimal): -10794170 or 4606811. OLE color: 4606811.

HSL color Cylindrical-coordinate representation of color #5B4B46: hue angle of 14.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B4B46 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB917570-
CMYK00.180.230.64
HSL14.29º13.04%31.57%-
HSV(B)14.29º23.08%35.69%-
XYZ7.947.76.86-
YUV79.21122.8136.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=38.56%
G=31.78%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91757000.180.230.6414.2913.0431.57
Hex5B4B460121740ed20
Octal13311310602227100161540
Binary10110111001011100011001001010111100000011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,75,70); }

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

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

 a { background-color: rgb(91,75,70); }

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

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

 span { border-color: rgb(91,75,70); }

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