Html Css Color HEX #5A5F2E Saratoga

📋 copy color: '#5A5F2E'

red 90 ◦ green 95 ◦ blue 46

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

Shades of Saratoga #5A5F2E

Tints of Saratoga #5A5F2E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.13%

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

R = 38.96%
G = 41.13%
B = 19.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.63

RGB Variations

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

Color information

#5A5F2E (or 0x5A5F2E) is known color: Saratoga. HEX triplet: 5A, 5F and 2E. RGB value is (90,95,46). Sum of RGB (Red+Green+Blue) = 90+95+46=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #5A5F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5F2E is #A5A0D1. Grayscale: #585858. Windows color (decimal): -10854610 or 3039066. OLE color: 3039066.

HSL color Cylindrical-coordinate representation of color #5A5F2E: hue angle of 66.12º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A5F2E is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB 90 95 46 -
CMYK 0.05 0 0.52 0.63
HSL 66.12º 0.35% 0.28% -
HSV(B) 66.12º 0.52% 0.37% -
XYZ 8.8 10.56 4.16 -
YUV 87.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 90 95 46 0.05 0 0.52 0.63 66.12 0.35 0.28
Hex 5A 5F 2E 5 0 34 3F 42 23 1C
Octal 132 137 56 5 0 64 77 102 43 34
Binary 1011010 1011111 101110 101 0 110100 111111 1000010 100011 11100

Color Harmonies of #5A5F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5F2E

Black with #5A5F2E

Text Example


Text Example

White with #5A5F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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