Html Css Color HEX #5A612E Saratoga

📋 copy color: '#5A612E'

red 90 ◦ green 97 ◦ blue 46

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

Shades of Saratoga #5A612E

Tints of Saratoga #5A612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

 BLUE value IS 46 (18.36% from 255) = 19.74%

R = 38.63%
G = 41.63%
B = 19.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#5A612E (or 0x5A612E) is known color: Saratoga. HEX triplet: 5A, 61 and 2E. RGB value is (90,97,46). Sum of RGB (Red+Green+Blue) = 90+97+46=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #5A612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A612E is #A59ED1. Grayscale: #595959. Windows color (decimal): -10854098 or 3039578. OLE color: 3039578.

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

Color convert

RGB 90 97 46 -
CMYK 0.07 0 0.53 0.62
HSL 68.24º 0.36% 0.28% -
HSV(B) 68.24º 0.53% 0.38% -
XYZ 8.98 10.92 4.22 -
YUV 89.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 90 97 46 0.07 0 0.53 0.62 68.24 0.36 0.28
Hex 5A 61 2E 7 0 35 3E 44 24 1C
Octal 132 141 56 7 0 65 76 104 44 34
Binary 1011010 1100001 101110 111 0 110101 111110 1000100 100100 11100

Color Harmonies of #5A612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A612E

Black with #5A612E

Text Example


Text Example

White with #5A612E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,97,46); }

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

background-color css

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

 a { background-color: rgb(90,97,46); }

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

border-color css

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

 span { border-color: rgb(90,97,46); }

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