Html Css Color HEX #5A662B Saratoga

📋 copy color: '#5A662B'

red 90 ◦ green 102 ◦ blue 43

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

Shades of Saratoga #5A662B

Tints of Saratoga #5A662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 38.3%
G = 43.4%
B = 18.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#5A662B (or 0x5A662B) is known color: Saratoga. HEX triplet: 5A, 66 and 2B. RGB value is (90,102,43). Sum of RGB (Red+Green+Blue) = 90+102+43=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #5A662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A662B is #A599D4. Grayscale: #5B5B5B. Windows color (decimal): -10852821 or 2844250. OLE color: 2844250.

HSL color Cylindrical-coordinate representation of color #5A662B: hue angle of 72.2º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A662B is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 90 102 43 -
CMYK 0.12 0 0.58 0.6
HSL 72.2º 0.41% 0.28% -
HSV(B) 72.2º 0.58% 0.4% -
XYZ 9.4 11.85 4.08 -
YUV 91.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 90 102 43 0.12 0 0.58 0.6 72.2 0.41 0.28
Hex 5A 66 2B C 0 3A 3C 48 29 1C
Octal 132 146 53 14 0 72 74 110 51 34
Binary 1011010 1100110 101011 1100 0 111010 111100 1001000 101001 11100

Color Harmonies of #5A662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A662B

Black with #5A662B

Text Example


Text Example

White with #5A662B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,102,43); }

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

background-color css

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

 a { background-color: rgb(90,102,43); }

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

border-color css

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

 span { border-color: rgb(90,102,43); }

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