Html Css Color HEX #535833 Saratoga

📋 copy color: '#535833'

red 83 ◦ green 88 ◦ blue 51

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

Shades of Saratoga #535833

Tints of Saratoga #535833

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.64%

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

R = 37.39%
G = 39.64%
B = 22.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#535833 (or 0x535833) is known color: Saratoga. HEX triplet: 53, 58 and 33. RGB value is (83,88,51). Sum of RGB (Red+Green+Blue) = 83+88+51=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #535833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535833 is #ACA7CC. Grayscale: #525252. Windows color (decimal): -11315149 or 3364947. OLE color: 3364947.

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

Color convert

RGB 83 88 51 -
CMYK 0.06 0 0.42 0.65
HSL 68.11º 0.27% 0.27% -
HSV(B) 68.11º 0.42% 0.35% -
XYZ 7.65 9.06 4.48 -
YUV 82.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 83 88 51 0.06 0 0.42 0.65 68.11 0.27 0.27
Hex 53 58 33 6 0 2A 41 44 1B 1B
Octal 123 130 63 6 0 52 101 104 33 33
Binary 1010011 1011000 110011 110 0 101010 1000001 1000100 11011 11011

Color Harmonies of #535833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535833

Black with #535833

Text Example


Text Example

White with #535833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535833; }

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

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

background-color css

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

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

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

border-color css

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

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

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