#5B4741

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

Shades of Saddle #5B4741

Tints of Saddle #5B4741

Color information

#5B4741 (or 0x5B4741) is unknown color: approx Saddle. HEX triplet: 5B, 47 and 41. RGB value is (91,71,65). Sum of RGB (Red+Green+Blue) = 91+71+65=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4741 is #A4B8BE. Grayscale: #4C4C4C. Windows color (decimal): -10795199 or 4278107. OLE color: 4278107.

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

Color convert

RGB917165-
CMYK00.220.290.64
HSL13.85º16.67%30.59%-
HSV(B)13.85º28.57%35.69%-
XYZ7.527.115.98-
YUV76.3121.63138.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.09%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=40.09%
G=31.28%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91716500.220.290.6413.8516.6730.59
Hex5B47410161D40e111f
Octal13310710102635100162137
Binary10110111000111100000101011011101100000011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,71,65); }

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

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

 a { background-color: rgb(91,71,65); }

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

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

 span { border-color: rgb(91,71,65); }

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