Html Css Color HEX #5A5B31 Saratoga

📋 copy color: '#5A5B31'

red 90 ◦ green 91 ◦ blue 49

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

Shades of Saratoga #5A5B31

Tints of Saratoga #5A5B31

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.57%

 BLUE value IS 49 (19.53% from 255) = 21.3%

R = 39.13%
G = 39.57%
B = 21.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#5A5B31 (or 0x5A5B31) is known color: Saratoga. HEX triplet: 5A, 5B and 31. RGB value is (90,91,49). Sum of RGB (Red+Green+Blue) = 90+91+49=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B31 is #A5A4CE. Grayscale: #565656. Windows color (decimal): -10855631 or 3234650. OLE color: 3234650.

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

Color convert

RGB 90 91 49 -
CMYK 0.01 0 0.46 0.64
HSL 61.43º 0.3% 0.27% -
HSV(B) 61.43º 0.46% 0.36% -
XYZ 8.51 9.88 4.36 -
YUV 85.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 90 91 49 0.01 0 0.46 0.64 61.43 0.3 0.27
Hex 5A 5B 31 1 0 2E 40 3D 1E 1B
Octal 132 133 61 1 0 56 100 75 36 33
Binary 1011010 1011011 110001 1 0 101110 1000000 111101 11110 11011

Color Harmonies of #5A5B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5B31

Black with #5A5B31

Text Example


Text Example

White with #5A5B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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