Html Css Color HEX #5A6221 Saratoga

📋 copy color: '#5A6221'

red 90 ◦ green 98 ◦ blue 33

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

Shades of Saratoga #5A6221

Tints of Saratoga #5A6221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.93%

R = 40.72%
G = 44.34%
B = 14.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#5A6221 (or 0x5A6221) is known color: Saratoga. HEX triplet: 5A, 62 and 21. RGB value is (90,98,33). Sum of RGB (Red+Green+Blue) = 90+98+33=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6221 is #A59DDE. Grayscale: #585858. Windows color (decimal): -10853855 or 2187866. OLE color: 2187866.

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

Color convert

RGB 90 98 33 -
CMYK 0.08 0 0.66 0.62
HSL 67.38º 0.5% 0.26% -
HSV(B) 67.38º 0.66% 0.38% -
XYZ 8.86 11.02 3.1 -
YUV 88.2 96.85 129.29 -
System Red Green Blue C M Y K H S L
Decimal 90 98 33 0.08 0 0.66 0.62 67.38 0.5 0.26
Hex 5A 62 21 8 0 42 3E 43 32 1A
Octal 132 142 41 10 0 102 76 103 62 32
Binary 1011010 1100010 100001 1000 0 1000010 111110 1000011 110010 11010

Color Harmonies of #5A6221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6221

Black with #5A6221

Text Example


Text Example

White with #5A6221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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