Html Css Color HEX #535B33 Saratoga

📋 copy color: '#535B33'

red 83 ◦ green 91 ◦ blue 51

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

Shades of Saratoga #535B33

Tints of Saratoga #535B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.44%

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

R = 36.89%
G = 40.44%
B = 22.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#535B33 (or 0x535B33) is known color: Saratoga. HEX triplet: 53, 5B and 33. RGB value is (83,91,51). Sum of RGB (Red+Green+Blue) = 83+91+51=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #535B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B33 is #ACA4CC. Grayscale: #545454. Windows color (decimal): -11314381 or 3365715. OLE color: 3365715.

HSL color Cylindrical-coordinate representation of color #535B33: hue angle of 72º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #535B33 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 91 51 -
CMYK 0.09 0 0.44 0.64
HSL 72º 0.28% 0.28% -
HSV(B) 72º 0.44% 0.36% -
XYZ 7.91 9.56 4.56 -
YUV 84.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 83 91 51 0.09 0 0.44 0.64 72 0.28 0.28
Hex 53 5B 33 9 0 2C 40 48 1C 1C
Octal 123 133 63 11 0 54 100 110 34 34
Binary 1010011 1011011 110011 1001 0 101100 1000000 1001000 11100 11100

Color Harmonies of #535B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B33

Black with #535B33

Text Example


Text Example

White with #535B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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