#5B4C45

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

Shades of Saddle #5B4C45

Tints of Saddle #5B4C45

Color information

#5B4C45 (or 0x5B4C45) is unknown color: approx Saddle. HEX triplet: 5B, 4C and 45. RGB value is (91,76,69). Sum of RGB (Red+Green+Blue) = 91+76+69=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4C45 is #A4B3BA. Grayscale: #4F4F4F. Windows color (decimal): -10793915 or 4541531. OLE color: 4541531.

HSL color Cylindrical-coordinate representation of color #5B4C45: hue angle of 19.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B4C45 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB917669-
CMYK00.160.240.64
HSL19.09º13.75%31.37%-
HSV(B)19.09º24.18%35.69%-
XYZ7.977.826.72-
YUV79.69121.97136.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=38.56%
G=32.20%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91766900.160.240.6419.0913.7531.37
Hex5B4C45010184013e1f
Octal13311410502030100231637
Binary10110111001100100010101000011000100000010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,76,69); }

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

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

 a { background-color: rgb(91,76,69); }

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

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

 span { border-color: rgb(91,76,69); }

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