Html Css Color HEX #535627 Saratoga

📋 copy color: '#535627'

red 83 ◦ green 86 ◦ blue 39

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

Shades of Saratoga #535627

Tints of Saratoga #535627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.75%

R = 39.9%
G = 41.35%
B = 18.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#535627 (or 0x535627) is known color: Saratoga. HEX triplet: 53, 56 and 27. RGB value is (83,86,39). Sum of RGB (Red+Green+Blue) = 83+86+39=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #535627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535627 is #ACA9D8. Grayscale: #4F4F4F. Windows color (decimal): -11315673 or 2578003. OLE color: 2578003.

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

Color convert

RGB 83 86 39 -
CMYK 0.03 0 0.55 0.66
HSL 63.83º 0.38% 0.25% -
HSV(B) 63.83º 0.55% 0.34% -
XYZ 7.26 8.64 3.2 -
YUV 79.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 83 86 39 0.03 0 0.55 0.66 63.83 0.38 0.25
Hex 53 56 27 3 0 37 42 40 26 19
Octal 123 126 47 3 0 67 102 100 46 31
Binary 1010011 1010110 100111 11 0 110111 1000010 1000000 100110 11001

Color Harmonies of #535627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535627

Black with #535627

Text Example


Text Example

White with #535627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535627; }

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

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

background-color css

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

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

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

border-color css

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

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

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