Html Css Color HEX #5A5C37 Saratoga

📋 copy color: '#5A5C37'

red 90 ◦ green 92 ◦ blue 55

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

Shades of Saratoga #5A5C37

Tints of Saratoga #5A5C37

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.82%

 BLUE value IS 55 (21.88% from 255) = 23.21%

R = 37.97%
G = 38.82%
B = 23.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#5A5C37 (or 0x5A5C37) is known color: Saratoga. HEX triplet: 5A, 5C and 37. RGB value is (90,92,55). Sum of RGB (Red+Green+Blue) = 90+92+55=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5C37 is #A5A3C8. Grayscale: #575757. Windows color (decimal): -10855369 or 3628122. OLE color: 3628122.

HSL color Cylindrical-coordinate representation of color #5A5C37: hue angle of 63.24º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A5C37 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 92 55 -
CMYK 0.02 0 0.40 0.64
HSL 63.24º 0.25% 0.29% -
HSV(B) 63.24º 0.4% 0.36% -
XYZ 8.73 10.1 5.1 -
YUV 87.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 90 92 55 0.02 0 0.40 0.64 63.24 0.25 0.29
Hex 5A 5C 37 2 0 28 40 3F 19 1D
Octal 132 134 67 2 0 50 100 77 31 35
Binary 1011010 1011100 110111 10 0 101000 1000000 111111 11001 11101

Color Harmonies of #5A5C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5C37

Black with #5A5C37

Text Example


Text Example

White with #5A5C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,92,55); }

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

background-color css

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

 a { background-color: rgb(90,92,55); }

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

border-color css

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

 span { border-color: rgb(90,92,55); }

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