Html Css Color HEX #535B32 Saratoga

📋 copy color: '#535B32'

red 83 ◦ green 91 ◦ blue 50

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

Shades of Saratoga #535B32

Tints of Saratoga #535B32

RGB

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

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

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

R = 37.05%
G = 40.63%
B = 22.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#535B32 (or 0x535B32) is known color: Saratoga. HEX triplet: 53, 5B and 32. RGB value is (83,91,50). Sum of RGB (Red+Green+Blue) = 83+91+50=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #535B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B32 is #ACA4CD. Grayscale: #545454. Windows color (decimal): -11314382 or 3300179. OLE color: 3300179.

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

Color convert

RGB 83 91 50 -
CMYK 0.09 0 0.45 0.64
HSL 71.71º 0.29% 0.28% -
HSV(B) 71.71º 0.45% 0.36% -
XYZ 7.88 9.55 4.45 -
YUV 83.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 83 91 50 0.09 0 0.45 0.64 71.71 0.29 0.28
Hex 53 5B 32 9 0 2D 40 48 1D 1C
Octal 123 133 62 11 0 55 100 110 35 34
Binary 1010011 1011011 110010 1001 0 101101 1000000 1001000 11101 11100

Color Harmonies of #535B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B32

Black with #535B32

Text Example


Text Example

White with #535B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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