Html Css Color HEX #5A4741 Saddle

📋 copy color: '#5A4741'

red 90 ◦ green 71 ◦ blue 65

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

Shades of Saddle #5A4741

Tints of Saddle #5A4741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

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

R = 39.82%
G = 31.42%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A4741 (or 0x5A4741) is known color: Saddle. HEX triplet: 5A, 47 and 41. RGB value is (90,71,65). Sum of RGB (Red+Green+Blue) = 90+71+65=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4741 is #A5B8BE. Grayscale: #4C4C4C. Windows color (decimal): -10860735 or 4278106. OLE color: 4278106.

HSL color Cylindrical-coordinate representation of color #5A4741: hue angle of 14.4º 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 #5A4741 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 71 65 -
CMYK 0 0.21 0.28 0.65
HSL 14.4º 0.16% 0.3% -
HSV(B) 14.4º 0.28% 0.35% -
XYZ 7.42 7.06 5.97 -
YUV 76 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 90 71 65 0 0.21 0.28 0.65 14.4 0.16 0.3
Hex 5A 47 41 0 15 1C 41 E 10 1E
Octal 132 107 101 0 25 34 101 16 20 36
Binary 1011010 1000111 1000001 0 10101 11100 1000001 1110 10000 11110

Color Harmonies of #5A4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4741

Black with #5A4741

Text Example


Text Example

White with #5A4741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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