Html Css Color HEX #535634 Saratoga

📋 copy color: '#535634'

red 83 ◦ green 86 ◦ blue 52

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

Shades of Saratoga #535634

Tints of Saratoga #535634

RGB

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

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

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

R = 37.56%
G = 38.91%
B = 23.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#535634 (or 0x535634) is known color: Saratoga. HEX triplet: 53, 56 and 34. RGB value is (83,86,52). Sum of RGB (Red+Green+Blue) = 83+86+52=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #535634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535634 is #ACA9CB. Grayscale: #515151. Windows color (decimal): -11315660 or 3429971. OLE color: 3429971.

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

Color convert

RGB 83 86 52 -
CMYK 0.03 0 0.40 0.66
HSL 65.29º 0.25% 0.27% -
HSV(B) 65.29º 0.4% 0.34% -
XYZ 7.51 8.74 4.54 -
YUV 81.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 83 86 52 0.03 0 0.40 0.66 65.29 0.25 0.27
Hex 53 56 34 3 0 28 42 41 19 1B
Octal 123 126 64 3 0 50 102 101 31 33
Binary 1010011 1010110 110100 11 0 101000 1000010 1000001 11001 11011

Color Harmonies of #535634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535634

Black with #535634

Text Example


Text Example

White with #535634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535634; }

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

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

background-color css

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

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

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

border-color css

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

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

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