Html Css Color HEX #535A33 Saratoga

📋 copy color: '#535A33'

red 83 ◦ green 90 ◦ blue 51

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

Shades of Saratoga #535A33

Tints of Saratoga #535A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.77%

R = 37.05%
G = 40.18%
B = 22.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#535A33 (or 0x535A33) is known color: Saratoga. HEX triplet: 53, 5A and 33. RGB value is (83,90,51). Sum of RGB (Red+Green+Blue) = 83+90+51=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #535A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A33 is #ACA5CC. Grayscale: #535353. Windows color (decimal): -11314637 or 3365459. OLE color: 3365459.

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

Color convert

RGB 83 90 51 -
CMYK 0.08 0 0.43 0.65
HSL 70.77º 0.28% 0.28% -
HSV(B) 70.77º 0.43% 0.35% -
XYZ 7.82 9.39 4.53 -
YUV 83.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 83 90 51 0.08 0 0.43 0.65 70.77 0.28 0.28
Hex 53 5A 33 8 0 2B 41 47 1C 1C
Octal 123 132 63 10 0 53 101 107 34 34
Binary 1010011 1011010 110011 1000 0 101011 1000001 1000111 11100 11100

Color Harmonies of #535A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A33

Black with #535A33

Text Example


Text Example

White with #535A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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