Html Css Color HEX #535732 Saratoga

📋 copy color: '#535732'

red 83 ◦ green 87 ◦ blue 50

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

Shades of Saratoga #535732

Tints of Saratoga #535732

RGB

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

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

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

R = 37.73%
G = 39.55%
B = 22.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#535732 (or 0x535732) is known color: Saratoga. HEX triplet: 53, 57 and 32. RGB value is (83,87,50). Sum of RGB (Red+Green+Blue) = 83+87+50=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #535732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535732 is #ACA8CD. Grayscale: #515151. Windows color (decimal): -11315406 or 3299155. OLE color: 3299155.

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

Color convert

RGB 83 87 50 -
CMYK 0.05 0 0.43 0.66
HSL 66.49º 0.27% 0.27% -
HSV(B) 66.49º 0.43% 0.34% -
XYZ 7.55 8.89 4.33 -
YUV 81.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 83 87 50 0.05 0 0.43 0.66 66.49 0.27 0.27
Hex 53 57 32 5 0 2B 42 42 1B 1B
Octal 123 127 62 5 0 53 102 102 33 33
Binary 1010011 1010111 110010 101 0 101011 1000010 1000010 11011 11011

Color Harmonies of #535732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535732

Black with #535732

Text Example


Text Example

White with #535732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535732; }

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

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

background-color css

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

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

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

border-color css

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

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

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