#5A4B45

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

Shades of Saddle #5A4B45

Tints of Saddle #5A4B45

Color information

#5A4B45 (or 0x5A4B45) is unknown color: approx Saddle. HEX triplet: 5A, 4B and 45. RGB value is (90,75,69). Sum of RGB (Red+Green+Blue) = 90+75+69=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4B45 is #A5B4BA. Grayscale: #4E4E4E. Windows color (decimal): -10859707 or 4541274. OLE color: 4541274.

HSL color Cylindrical-coordinate representation of color #5A4B45: hue angle of 17.14º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A4B45 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB907569-
CMYK00.170.230.65
HSL17.14º13.21%31.18%-
HSV(B)17.14º23.33%35.29%-
XYZ7.817.646.69-
YUV78.8122.47135.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.46%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=38.46%
G=32.05%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90756900.170.230.6517.1413.2131.18
Hex5A4B45011174111d1f
Octal13211310502127101211537
Binary10110101001011100010101000110111100000110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,75,69); }

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

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

 a { background-color: rgb(90,75,69); }

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

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

 span { border-color: rgb(90,75,69); }

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