#526545

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

Shades of Tom Thumb #526545

Tints of Tom Thumb #526545

Color information

#526545 (or 0x526545) is unknown color: approx Tom Thumb. HEX triplet: 52, 65 and 45. RGB value is (82,101,69). Sum of RGB (Red+Green+Blue) = 82+101+69=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #526545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526545 is #AD9ABA. Grayscale: #5B5B5B. Windows color (decimal): -11377339 or 4547922. OLE color: 4547922.

HSL color Cylindrical-coordinate representation of color #526545: hue angle of 95.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526545 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB8210169-
CMYK0.1900.320.60
HSL95.62º18.82%33.33%-
HSV(B)95.62º31.68%39.61%-
XYZ9.2111.537.37-
YUV91.67115.21121.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=32.54%
G=40.08%
B=27.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101690.1900.320.6095.6218.8233.33
Hex526545130203C601321
Octal12214510523040741402341
Binary101001011001011000101100110100000111100110000010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526545; }

 p { color: rgb(82,101,69); }

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

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

 a { background-color: rgb(82,101,69); }

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

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

 span { border-color: rgb(82,101,69); }

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