Html Css Color HEX #5A5F33 Saratoga

📋 copy color: '#5A5F33'

red 90 ◦ green 95 ◦ blue 51

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

Shades of Saratoga #5A5F33

Tints of Saratoga #5A5F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 38.14%
G = 40.25%
B = 21.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#5A5F33 (or 0x5A5F33) is known color: Saratoga. HEX triplet: 5A, 5F and 33. RGB value is (90,95,51). Sum of RGB (Red+Green+Blue) = 90+95+51=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #5A5F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5F33 is #A5A0CC. Grayscale: #585858. Windows color (decimal): -10854605 or 3366746. OLE color: 3366746.

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

Color convert

RGB 90 95 51 -
CMYK 0.05 0 0.46 0.63
HSL 66.82º 0.3% 0.29% -
HSV(B) 66.82º 0.46% 0.37% -
XYZ 8.91 10.6 4.71 -
YUV 88.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 90 95 51 0.05 0 0.46 0.63 66.82 0.3 0.29
Hex 5A 5F 33 5 0 2E 3F 43 1E 1D
Octal 132 137 63 5 0 56 77 103 36 35
Binary 1011010 1011111 110011 101 0 101110 111111 1000011 11110 11101

Color Harmonies of #5A5F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5F33

Black with #5A5F33

Text Example


Text Example

White with #5A5F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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