Html Css Color HEX #5B4941 Saddle

📋 copy color: '#5B4941'

red 91 ◦ green 73 ◦ blue 65

#5B4941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle #5B4941

Tints of Saddle #5B4941

RGB

 RED value IS 91 (35.94% from 255) = 39.74%

 GREEN value IS 73 (28.91% from 255) = 31.88%

 BLUE value IS 65 (25.78% from 255) = 28.38%

R = 39.74%
G = 31.88%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#5B4941 (or 0x5B4941) is known color: Saddle. HEX triplet: 5B, 49 and 41. RGB value is (91,73,65). Sum of RGB (Red+Green+Blue) = 91+73+65=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4941 is #A4B6BE. Grayscale: #4D4D4D. Windows color (decimal): -10794687 or 4278619. OLE color: 4278619.

HSL color Cylindrical-coordinate representation of color #5B4941: hue angle of 18.46º 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 #5B4941 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 73 65 -
CMYK 0 0.20 0.29 0.64
HSL 18.46º 0.17% 0.31% -
HSV(B) 18.46º 0.29% 0.36% -
XYZ 7.65 7.37 6.02 -
YUV 77.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 91 73 65 0 0.20 0.29 0.64 18.46 0.17 0.31
Hex 5B 49 41 0 14 1D 40 12 11 1F
Octal 133 111 101 0 24 35 100 22 21 37
Binary 1011011 1001001 1000001 0 10100 11101 1000000 10010 10001 11111

Color Harmonies of #5B4941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4941

Black with #5B4941

Text Example


Text Example

White with #5B4941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B4941;
 }
 .AnyTagClassName
 {
   color: #5B4941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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