Html Css Color HEX #5A4641 Saddle

📋 copy color: '#5A4641'

red 90 ◦ green 70 ◦ blue 65

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

Shades of Saddle #5A4641

Tints of Saddle #5A4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

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

R = 40%
G = 31.11%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A4641 (or 0x5A4641) is known color: Saddle. HEX triplet: 5A, 46 and 41. RGB value is (90,70,65). Sum of RGB (Red+Green+Blue) = 90+70+65=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4641 is #A5B9BE. Grayscale: #4B4B4B. Windows color (decimal): -10860991 or 4277850. OLE color: 4277850.

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

Color convert

RGB 90 70 65 -
CMYK 0 0.22 0.28 0.65
HSL 12º 0.16% 0.3% -
HSV(B) 12º 0.28% 0.35% -
XYZ 7.36 6.94 5.95 -
YUV 75.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 90 70 65 0 0.22 0.28 0.65 12 0.16 0.3
Hex 5A 46 41 0 16 1C 41 C 10 1E
Octal 132 106 101 0 26 34 101 14 20 36
Binary 1011010 1000110 1000001 0 10110 11100 1000001 1100 10000 11110

Color Harmonies of #5A4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4641

Black with #5A4641

Text Example


Text Example

White with #5A4641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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