Html Css Color HEX #535A32 Saratoga

📋 copy color: '#535A32'

red 83 ◦ green 90 ◦ blue 50

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

Shades of Saratoga #535A32

Tints of Saratoga #535A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.36%

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

R = 37.22%
G = 40.36%
B = 22.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#535A32 (or 0x535A32) is known color: Saratoga. HEX triplet: 53, 5A and 32. RGB value is (83,90,50). Sum of RGB (Red+Green+Blue) = 83+90+50=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #535A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A32 is #ACA5CD. Grayscale: #535353. Windows color (decimal): -11314638 or 3299923. OLE color: 3299923.

HSL color Cylindrical-coordinate representation of color #535A32: hue angle of 70.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #535A32 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 50 -
CMYK 0.08 0 0.44 0.65
HSL 70.5º 0.29% 0.27% -
HSV(B) 70.5º 0.44% 0.35% -
XYZ 7.8 9.38 4.42 -
YUV 83.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 83 90 50 0.08 0 0.44 0.65 70.5 0.29 0.27
Hex 53 5A 32 8 0 2C 41 46 1D 1B
Octal 123 132 62 10 0 54 101 106 35 33
Binary 1010011 1011010 110010 1000 0 101100 1000001 1000110 11101 11011

Color Harmonies of #535A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A32

Black with #535A32

Text Example


Text Example

White with #535A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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