Html Css Color HEX #535932 Saratoga

📋 copy color: '#535932'

red 83 ◦ green 89 ◦ blue 50

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

Shades of Saratoga #535932

Tints of Saratoga #535932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.52%

R = 37.39%
G = 40.09%
B = 22.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#535932 (or 0x535932) is known color: Saratoga. HEX triplet: 53, 59 and 32. RGB value is (83,89,50). Sum of RGB (Red+Green+Blue) = 83+89+50=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #535932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535932 is #ACA6CD. Grayscale: #525252. Windows color (decimal): -11314894 or 3299667. OLE color: 3299667.

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

Color convert

RGB 83 89 50 -
CMYK 0.07 0 0.44 0.65
HSL 69.23º 0.28% 0.27% -
HSV(B) 69.23º 0.44% 0.35% -
XYZ 7.72 9.21 4.39 -
YUV 82.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 83 89 50 0.07 0 0.44 0.65 69.23 0.28 0.27
Hex 53 59 32 7 0 2C 41 45 1C 1B
Octal 123 131 62 7 0 54 101 105 34 33
Binary 1010011 1011001 110010 111 0 101100 1000001 1000101 11100 11011

Color Harmonies of #535932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535932

Black with #535932

Text Example


Text Example

White with #535932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535932; }

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

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

background-color css

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

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

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

border-color css

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

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

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