#504A2B

Color #504A2B Thatch Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch Green #504A2B

Tints of Thatch Green #504A2B

Color information

#504A2B (or 0x504A2B) is unknown color: approx Thatch Green. HEX triplet: 50, 4A and 2B. RGB value is (80,74,43). Sum of RGB (Red+Green+Blue) = 80+74+43=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #504A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A2B is #AFB5D4. Grayscale: #484848. Windows color (decimal): -11515349 or 2837072. OLE color: 2837072.

HSL color Cylindrical-coordinate representation of color #504A2B: hue angle of 50.27º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #504A2B is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB807443-
CMYK00.080.460.69
HSL50.27º30.08%24.12%-
HSV(B)50.27º46.25%31.37%-
XYZ6.196.783.27-
YUV72.26111.49133.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=40.61%
G=37.56%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80744300.080.460.6950.2730.0824.12
Hex504A2B082E45321e18
Octal1201125301056105623630
Binary101000010010101010110100010111010001011100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504A2B; }

 p { color: rgb(80,74,43); }

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

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

 a { background-color: rgb(80,74,43); }

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

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

 span { border-color: rgb(80,74,43); }

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