Html Css Color HEX #5A5F1F Saratoga

📋 copy color: '#5A5F1F'

red 90 ◦ green 95 ◦ blue 31

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

Shades of Saratoga #5A5F1F

Tints of Saratoga #5A5F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.35%

R = 41.67%
G = 43.98%
B = 14.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#5A5F1F (or 0x5A5F1F) is known color: Saratoga. HEX triplet: 5A, 5F and 1F. RGB value is (90,95,31). Sum of RGB (Red+Green+Blue) = 90+95+31=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #5A5F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5F1F is #A5A0E0. Grayscale: #565656. Windows color (decimal): -10854625 or 2056026. OLE color: 2056026.

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

Color convert

RGB 90 95 31 -
CMYK 0.05 0 0.67 0.63
HSL 64.69º 0.51% 0.25% -
HSV(B) 64.69º 0.67% 0.37% -
XYZ 8.56 10.46 2.86 -
YUV 86.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 90 95 31 0.05 0 0.67 0.63 64.69 0.51 0.25
Hex 5A 5F 1F 5 0 43 3F 41 33 19
Octal 132 137 37 5 0 103 77 101 63 31
Binary 1011010 1011111 11111 101 0 1000011 111111 1000001 110011 11001

Color Harmonies of #5A5F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5F1F

Black with #5A5F1F

Text Example


Text Example

White with #5A5F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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