Html Css Color HEX #5A601A Saratoga

📋 copy color: '#5A601A'

red 90 ◦ green 96 ◦ blue 26

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

Shades of Saratoga #5A601A

Tints of Saratoga #5A601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.28%

 BLUE value IS 26 (10.55% from 255) = 12.26%

R = 42.45%
G = 45.28%
B = 12.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#5A601A (or 0x5A601A) is known color: Saratoga. HEX triplet: 5A, 60 and 1A. RGB value is (90,96,26). Sum of RGB (Red+Green+Blue) = 90+96+26=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #5A601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A601A is #A59FE5. Grayscale: #565656. Windows color (decimal): -10854374 or 1728602. OLE color: 1728602.

HSL color Cylindrical-coordinate representation of color #5A601A: hue angle of 65.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A601A is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 96 26 -
CMYK 0.06 0 0.73 0.62
HSL 65.14º 0.57% 0.24% -
HSV(B) 65.14º 0.73% 0.38% -
XYZ 8.59 10.61 2.57 -
YUV 86.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 90 96 26 0.06 0 0.73 0.62 65.14 0.57 0.24
Hex 5A 60 1A 6 0 49 3E 41 39 18
Octal 132 140 32 6 0 111 76 101 71 30
Binary 1011010 1100000 11010 110 0 1001001 111110 1000001 111001 11000

Color Harmonies of #5A601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A601A

Black with #5A601A

Text Example


Text Example

White with #5A601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,26); }

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

background-color css

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

 a { background-color: rgb(90,96,26); }

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

border-color css

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

 span { border-color: rgb(90,96,26); }

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