Html Css Color HEX #535830 Saratoga

📋 copy color: '#535830'

red 83 ◦ green 88 ◦ blue 48

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

Shades of Saratoga #535830

Tints of Saratoga #535830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 37.9%
G = 40.18%
B = 21.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#535830 (or 0x535830) is known color: Saratoga. HEX triplet: 53, 58 and 30. RGB value is (83,88,48). Sum of RGB (Red+Green+Blue) = 83+88+48=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #535830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535830 is #ACA7CF. Grayscale: #525252. Windows color (decimal): -11315152 or 3168339. OLE color: 3168339.

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

Color convert

RGB 83 88 48 -
CMYK 0.06 0 0.45 0.65
HSL 67.5º 0.29% 0.27% -
HSV(B) 67.5º 0.45% 0.35% -
XYZ 7.59 9.03 4.14 -
YUV 81.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 83 88 48 0.06 0 0.45 0.65 67.5 0.29 0.27
Hex 53 58 30 6 0 2D 41 44 1D 1B
Octal 123 130 60 6 0 55 101 104 35 33
Binary 1010011 1011000 110000 110 0 101101 1000001 1000100 11101 11011

Color Harmonies of #535830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535830

Black with #535830

Text Example


Text Example

White with #535830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535830; }

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

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

background-color css

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

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

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

border-color css

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

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

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