Html Css Color HEX #535735 Saratoga

📋 copy color: '#535735'

red 83 ◦ green 87 ◦ blue 53

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

Shades of Saratoga #535735

Tints of Saratoga #535735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 37.22%
G = 39.01%
B = 23.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#535735 (or 0x535735) is known color: Saratoga. HEX triplet: 53, 57 and 35. RGB value is (83,87,53). Sum of RGB (Red+Green+Blue) = 83+87+53=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #535735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535735 is #ACA8CA. Grayscale: #525252. Windows color (decimal): -11315403 or 3495763. OLE color: 3495763.

HSL color Cylindrical-coordinate representation of color #535735: hue angle of 67.06º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #535735 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 87 53 -
CMYK 0.05 0 0.39 0.66
HSL 67.06º 0.24% 0.27% -
HSV(B) 67.06º 0.39% 0.34% -
XYZ 7.62 8.91 4.69 -
YUV 81.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 83 87 53 0.05 0 0.39 0.66 67.06 0.24 0.27
Hex 53 57 35 5 0 27 42 43 18 1B
Octal 123 127 65 5 0 47 102 103 30 33
Binary 1010011 1010111 110101 101 0 100111 1000010 1000011 11000 11011

Color Harmonies of #535735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535735

Black with #535735

Text Example


Text Example

White with #535735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535735; }

 p { color: rgb(83,87,53); }

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

background-color css

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

 a { background-color: rgb(83,87,53); }

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

border-color css

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

 span { border-color: rgb(83,87,53); }

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