Html Css Color HEX #5A4841 Saddle

📋 copy color: '#5A4841'

red 90 ◦ green 72 ◦ blue 65

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

Shades of Saddle #5A4841

Tints of Saddle #5A4841

RGB

 RED value IS 90 (35.55% from 255) = 39.65%

 GREEN value IS 72 (28.52% from 255) = 31.72%

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

R = 39.65%
G = 31.72%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A4841 (or 0x5A4841) is known color: Saddle. HEX triplet: 5A, 48 and 41. RGB value is (90,72,65). Sum of RGB (Red+Green+Blue) = 90+72+65=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4841 is #A5B7BE. Grayscale: #4C4C4C. Windows color (decimal): -10860479 or 4278362. OLE color: 4278362.

HSL color Cylindrical-coordinate representation of color #5A4841: hue angle of 16.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4841 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 72 65 -
CMYK 0 0.20 0.28 0.65
HSL 16.8º 0.16% 0.3% -
HSV(B) 16.8º 0.28% 0.35% -
XYZ 7.49 7.19 5.99 -
YUV 76.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 90 72 65 0 0.20 0.28 0.65 16.8 0.16 0.3
Hex 5A 48 41 0 14 1C 41 11 10 1E
Octal 132 110 101 0 24 34 101 21 20 36
Binary 1011010 1001000 1000001 0 10100 11100 1000001 10001 10000 11110

Color Harmonies of #5A4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4841

Black with #5A4841

Text Example


Text Example

White with #5A4841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,72,65); }

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

background-color css

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

 a { background-color: rgb(90,72,65); }

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

border-color css

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

 span { border-color: rgb(90,72,65); }

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