Html Css Color HEX #5A5C1F Saratoga

📋 copy color: '#5A5C1F'

red 90 ◦ green 92 ◦ blue 31

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

Shades of Saratoga #5A5C1F

Tints of Saratoga #5A5C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.19%

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

R = 42.25%
G = 43.19%
B = 14.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5A5C1F (or 0x5A5C1F) is known color: Saratoga. HEX triplet: 5A, 5C and 1F. RGB value is (90,92,31). Sum of RGB (Red+Green+Blue) = 90+92+31=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5C1F is #A5A3E0. Grayscale: #545454. Windows color (decimal): -10855393 or 2055258. OLE color: 2055258.

HSL color Cylindrical-coordinate representation of color #5A5C1F: hue angle of 61.97º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A5C1F is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 92 31 -
CMYK 0.02 0 0.66 0.64
HSL 61.97º 0.5% 0.24% -
HSV(B) 61.97º 0.66% 0.36% -
XYZ 8.29 9.93 2.78 -
YUV 84.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 90 92 31 0.02 0 0.66 0.64 61.97 0.5 0.24
Hex 5A 5C 1F 2 0 42 40 3E 32 18
Octal 132 134 37 2 0 102 100 76 62 30
Binary 1011010 1011100 11111 10 0 1000010 1000000 111110 110010 11000

Color Harmonies of #5A5C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5C1F

Black with #5A5C1F

Text Example


Text Example

White with #5A5C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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