#5A5B2C

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

Shades of Saratoga #5A5B2C

Tints of Saratoga #5A5B2C

Color information

#5A5B2C (or 0x5A5B2C) is unknown color: approx Saratoga. HEX triplet: 5A, 5B and 2C. RGB value is (90,91,44). Sum of RGB (Red+Green+Blue) = 90+91+44=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B2C is #A5A4D3. Grayscale: #555555. Windows color (decimal): -10855636 or 2906970. OLE color: 2906970.

HSL color Cylindrical-coordinate representation of color #5A5B2C: hue angle of 61.28º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A5B2C is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB909144-
CMYK0.0100.520.64
HSL61.28º34.81%26.47%-
HSV(B)61.28º51.65%35.69%-
XYZ8.419.843.84-
YUV85.34104.67131.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=40%
G=40.44%
B=19.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9091440.0100.520.6461.2834.8126.47
Hex5A5B2C1034403d231a
Octal132133541064100754332
Binary1011010101101110110010110100100000011110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,91,44); }

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

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

 a { background-color: rgb(90,91,44); }

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

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

 span { border-color: rgb(90,91,44); }

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