Html Css Color HEX #535631 Saratoga

📋 copy color: '#535631'

red 83 ◦ green 86 ◦ blue 49

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

Shades of Saratoga #535631

Tints of Saratoga #535631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.45%

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

R = 38.07%
G = 39.45%
B = 22.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#535631 (or 0x535631) is known color: Saratoga. HEX triplet: 53, 56 and 31. RGB value is (83,86,49). Sum of RGB (Red+Green+Blue) = 83+86+49=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #535631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535631 is #ACA9CE. Grayscale: #515151. Windows color (decimal): -11315663 or 3233363. OLE color: 3233363.

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

Color convert

RGB 83 86 49 -
CMYK 0.03 0 0.43 0.66
HSL 64.86º 0.27% 0.26% -
HSV(B) 64.86º 0.43% 0.34% -
XYZ 7.45 8.72 4.2 -
YUV 80.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 83 86 49 0.03 0 0.43 0.66 64.86 0.27 0.26
Hex 53 56 31 3 0 2B 42 41 1B 1A
Octal 123 126 61 3 0 53 102 101 33 32
Binary 1010011 1010110 110001 11 0 101011 1000010 1000001 11011 11010

Color Harmonies of #535631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535631

Black with #535631

Text Example


Text Example

White with #535631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535631; }

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

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

background-color css

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

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

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

border-color css

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

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

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