Html Css Color HEX #535632 Saratoga

📋 copy color: '#535632'

red 83 ◦ green 86 ◦ blue 50

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

Shades of Saratoga #535632

Tints of Saratoga #535632

RGB

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

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

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

R = 37.9%
G = 39.27%
B = 22.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#535632 (or 0x535632) is known color: Saratoga. HEX triplet: 53, 56 and 32. RGB value is (83,86,50). Sum of RGB (Red+Green+Blue) = 83+86+50=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 86 - color contains mainly: green. Hex color #535632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535632 is #ACA9CD. Grayscale: #515151. Windows color (decimal): -11315662 or 3298899. OLE color: 3298899.

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

Color convert

RGB 83 86 50 -
CMYK 0.03 0 0.42 0.66
HSL 65º 0.26% 0.27% -
HSV(B) 65º 0.42% 0.34% -
XYZ 7.47 8.72 4.31 -
YUV 81 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 83 86 50 0.03 0 0.42 0.66 65 0.26 0.27
Hex 53 56 32 3 0 2A 42 41 1A 1B
Octal 123 126 62 3 0 52 102 101 32 33
Binary 1010011 1010110 110010 11 0 101010 1000010 1000001 11010 11011

Color Harmonies of #535632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535632

Black with #535632

Text Example


Text Example

White with #535632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535632; }

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

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

background-color css

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

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

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

border-color css

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

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

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