Html Css Color HEX #535931 Saratoga

📋 copy color: '#535931'

red 83 ◦ green 89 ◦ blue 49

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

Shades of Saratoga #535931

Tints of Saratoga #535931

RGB

 RED value IS 83 (32.81% from 255) = 37.56%

 GREEN value IS 89 (35.16% from 255) = 40.27%

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 37.56%
G = 40.27%
B = 22.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#535931 (or 0x535931) is known color: Saratoga. HEX triplet: 53, 59 and 31. RGB value is (83,89,49). Sum of RGB (Red+Green+Blue) = 83+89+49=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #535931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535931 is #ACA6CE. Grayscale: #525252. Windows color (decimal): -11314895 or 3234131. OLE color: 3234131.

HSL color Cylindrical-coordinate representation of color #535931: hue angle of 69º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #535931 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 49 -
CMYK 0.07 0 0.45 0.65
HSL 69º 0.29% 0.27% -
HSV(B) 69º 0.45% 0.35% -
XYZ 7.69 9.21 4.28 -
YUV 82.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 83 89 49 0.07 0 0.45 0.65 69 0.29 0.27
Hex 53 59 31 7 0 2D 41 45 1D 1B
Octal 123 131 61 7 0 55 101 105 35 33
Binary 1010011 1011001 110001 111 0 101101 1000001 1000101 11101 11011

Color Harmonies of #535931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535931

Black with #535931

Text Example


Text Example

White with #535931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535931; }

 p { color: rgb(83,89,49); }

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

background-color css

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

 a { background-color: rgb(83,89,49); }

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

border-color css

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

 span { border-color: rgb(83,89,49); }

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