#536249

Color #536249 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #536249

Tints of Tom Thumb #536249

Color information

#536249 (or 0x536249) is unknown color: approx Tom Thumb. HEX triplet: 53, 62 and 49. RGB value is (83,98,73). Sum of RGB (Red+Green+Blue) = 83+98+73=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 98 - color contains mainly: green. Hex color #536249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536249 is #AC9DB6. Grayscale: #5A5A5A. Windows color (decimal): -11312567 or 4809299. OLE color: 4809299.

HSL color Cylindrical-coordinate representation of color #536249: hue angle of 96º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #536249 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB839873-
CMYK0.1500.260.62
HSL96º14.62%33.53%-
HSV(B)96º25.51%38.43%-
XYZ9.1411.067.96-
YUV90.66118.03122.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=32.68%
G=38.58%
B=28.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398730.1500.260.629614.6233.53
Hex536249F01A3E60f22
Octal12314211117032761401742
Binary101001111000101001001111101101011111011000001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536249; }

 p { color: rgb(83,98,73); }

 H1.HeaderClassName
 {
   color: #536249;
 }
 .AnyTagClassName
 {
   color: #536249;
 }
</style>
background-color css

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

 a { background-color: rgb(83,98,73); }

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

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

 span { border-color: rgb(83,98,73); }

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