Html Css Color HEX #535834 Saratoga

📋 copy color: '#535834'

red 83 ◦ green 88 ◦ blue 52

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

Shades of Saratoga #535834

Tints of Saratoga #535834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.32%

R = 37.22%
G = 39.46%
B = 23.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#535834 (or 0x535834) is known color: Saratoga. HEX triplet: 53, 58 and 34. RGB value is (83,88,52). Sum of RGB (Red+Green+Blue) = 83+88+52=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #535834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535834 is #ACA7CB. Grayscale: #525252. Windows color (decimal): -11315148 or 3430483. OLE color: 3430483.

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

Color convert

RGB 83 88 52 -
CMYK 0.06 0 0.41 0.65
HSL 68.33º 0.26% 0.27% -
HSV(B) 68.33º 0.41% 0.35% -
XYZ 7.68 9.07 4.59 -
YUV 82.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 83 88 52 0.06 0 0.41 0.65 68.33 0.26 0.27
Hex 53 58 34 6 0 29 41 44 1A 1B
Octal 123 130 64 6 0 51 101 104 32 33
Binary 1010011 1011000 110100 110 0 101001 1000001 1000100 11010 11011

Color Harmonies of #535834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535834

Black with #535834

Text Example


Text Example

White with #535834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535834; }

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

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

background-color css

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

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

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

border-color css

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

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

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