Html Css Color HEX #535937 Saratoga

📋 copy color: '#535937'

red 83 ◦ green 89 ◦ blue 55

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

Shades of Saratoga #535937

Tints of Saratoga #535937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.23%

R = 36.56%
G = 39.21%
B = 24.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#535937 (or 0x535937) is known color: Saratoga. HEX triplet: 53, 59 and 37. RGB value is (83,89,55). Sum of RGB (Red+Green+Blue) = 83+89+55=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #535937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535937 is #ACA6C8. Grayscale: #535353. Windows color (decimal): -11314889 or 3627347. OLE color: 3627347.

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

Color convert

RGB 83 89 55 -
CMYK 0.07 0 0.38 0.65
HSL 70.59º 0.24% 0.28% -
HSV(B) 70.59º 0.38% 0.35% -
XYZ 7.83 9.26 4.99 -
YUV 83.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 83 89 55 0.07 0 0.38 0.65 70.59 0.24 0.28
Hex 53 59 37 7 0 26 41 47 18 1C
Octal 123 131 67 7 0 46 101 107 30 34
Binary 1010011 1011001 110111 111 0 100110 1000001 1000111 11000 11100

Color Harmonies of #535937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535937

Black with #535937

Text Example


Text Example

White with #535937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535937; }

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

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

background-color css

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

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

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

border-color css

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

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

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