Html Css Color HEX #535633 Saratoga

📋 copy color: '#535633'

red 83 ◦ green 86 ◦ blue 51

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

Shades of Saratoga #535633

Tints of Saratoga #535633

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

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

R = 37.73%
G = 39.09%
B = 23.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#535633 (or 0x535633) is known color: Saratoga. HEX triplet: 53, 56 and 33. RGB value is (83,86,51). Sum of RGB (Red+Green+Blue) = 83+86+51=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #535633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535633 is #ACA9CC. Grayscale: #515151. Windows color (decimal): -11315661 or 3364435. OLE color: 3364435.

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

Color convert

RGB 83 86 51 -
CMYK 0.03 0 0.41 0.66
HSL 65.14º 0.26% 0.27% -
HSV(B) 65.14º 0.41% 0.34% -
XYZ 7.49 8.73 4.42 -
YUV 81.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 83 86 51 0.03 0 0.41 0.66 65.14 0.26 0.27
Hex 53 56 33 3 0 29 42 41 1A 1B
Octal 123 126 63 3 0 51 102 101 32 33
Binary 1010011 1010110 110011 11 0 101001 1000010 1000001 11010 11011

Color Harmonies of #535633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535633

Black with #535633

Text Example


Text Example

White with #535633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535633; }

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

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

background-color css

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

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

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

border-color css

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

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

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