#536B48

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

Shades of Tom Thumb #536B48

Tints of Tom Thumb #536B48

Color information

#536B48 (or 0x536B48) is unknown color: approx Tom Thumb. HEX triplet: 53, 6B and 48. RGB value is (83,107,72). Sum of RGB (Red+Green+Blue) = 83+107+72=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #536B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B48 is #AC94B7. Grayscale: #5F5F5F. Windows color (decimal): -11310264 or 4746067. OLE color: 4746067.

HSL color Cylindrical-coordinate representation of color #536B48: hue angle of 101.14º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536B48 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB8310772-
CMYK0.2200.330.58
HSL101.14º19.55%35.1%-
HSV(B)101.14º32.71%41.96%-
XYZ9.9912.828.08-
YUV95.83114.55118.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=31.68%
G=40.84%
B=27.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83107720.2200.330.58101.1419.5535.1
Hex536B48160213A651423
Octal12315311026041721452443
Binary101001111010111001000101100100001111010110010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536B48; }

 p { color: rgb(83,107,72); }

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

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

 a { background-color: rgb(83,107,72); }

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

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

 span { border-color: rgb(83,107,72); }

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