Html Css Color HEX #5A621E Saratoga

📋 copy color: '#5A621E'

red 90 ◦ green 98 ◦ blue 30

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

Shades of Saratoga #5A621E

Tints of Saratoga #5A621E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

 BLUE value IS 30 (12.11% from 255) = 13.76%

R = 41.28%
G = 44.95%
B = 13.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#5A621E (or 0x5A621E) is known color: Saratoga. HEX triplet: 5A, 62 and 1E. RGB value is (90,98,30). Sum of RGB (Red+Green+Blue) = 90+98+30=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #5A621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A621E is #A59DE1. Grayscale: #585858. Windows color (decimal): -10853858 or 1991258. OLE color: 1991258.

HSL color Cylindrical-coordinate representation of color #5A621E: hue angle of 67.06º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A621E is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 98 30 -
CMYK 0.08 0 0.69 0.62
HSL 67.06º 0.53% 0.25% -
HSV(B) 67.06º 0.69% 0.38% -
XYZ 8.82 11 2.89 -
YUV 87.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 90 98 30 0.08 0 0.69 0.62 67.06 0.53 0.25
Hex 5A 62 1E 8 0 45 3E 43 35 19
Octal 132 142 36 10 0 105 76 103 65 31
Binary 1011010 1100010 11110 1000 0 1000101 111110 1000011 110101 11001

Color Harmonies of #5A621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A621E

Black with #5A621E

Text Example


Text Example

White with #5A621E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,98,30); }

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

background-color css

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

 a { background-color: rgb(90,98,30); }

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

border-color css

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

 span { border-color: rgb(90,98,30); }

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