Html Css Color HEX #535936 Saratoga

📋 copy color: '#535936'

red 83 ◦ green 89 ◦ blue 54

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

Shades of Saratoga #535936

Tints of Saratoga #535936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.89%

R = 36.73%
G = 39.38%
B = 23.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#535936 (or 0x535936) is known color: Saratoga. HEX triplet: 53, 59 and 36. RGB value is (83,89,54). Sum of RGB (Red+Green+Blue) = 83+89+54=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #535936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535936 is #ACA6C9. Grayscale: #535353. Windows color (decimal): -11314890 or 3561811. OLE color: 3561811.

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

Color convert

RGB 83 89 54 -
CMYK 0.07 0 0.39 0.65
HSL 70.29º 0.24% 0.28% -
HSV(B) 70.29º 0.39% 0.35% -
XYZ 7.81 9.25 4.86 -
YUV 83.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 83 89 54 0.07 0 0.39 0.65 70.29 0.24 0.28
Hex 53 59 36 7 0 27 41 46 18 1C
Octal 123 131 66 7 0 47 101 106 30 34
Binary 1010011 1011001 110110 111 0 100111 1000001 1000110 11000 11100

Color Harmonies of #535936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535936

Black with #535936

Text Example


Text Example

White with #535936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535936; }

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

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

background-color css

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

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

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

border-color css

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

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

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