Html Css Color HEX #5A622C Saratoga

📋 copy color: '#5A622C'

red 90 ◦ green 98 ◦ blue 44

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

Shades of Saratoga #5A622C

Tints of Saratoga #5A622C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.97%

R = 38.79%
G = 42.24%
B = 18.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#5A622C (or 0x5A622C) is known color: Saratoga. HEX triplet: 5A, 62 and 2C. RGB value is (90,98,44). Sum of RGB (Red+Green+Blue) = 90+98+44=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #5A622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A622C is #A59DD3. Grayscale: #595959. Windows color (decimal): -10853844 or 2908762. OLE color: 2908762.

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

Color convert

RGB 90 98 44 -
CMYK 0.08 0 0.55 0.62
HSL 68.89º 0.38% 0.28% -
HSV(B) 68.89º 0.55% 0.38% -
XYZ 9.04 11.09 4.05 -
YUV 89.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 90 98 44 0.08 0 0.55 0.62 68.89 0.38 0.28
Hex 5A 62 2C 8 0 37 3E 45 26 1C
Octal 132 142 54 10 0 67 76 105 46 34
Binary 1011010 1100010 101100 1000 0 110111 111110 1000101 100110 11100

Color Harmonies of #5A622C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A622C

Black with #5A622C

Text Example


Text Example

White with #5A622C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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