#504C32

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

Shades of Thatch Green #504C32

Tints of Thatch Green #504C32

Color information

#504C32 (or 0x504C32) is unknown color: approx Thatch Green. HEX triplet: 50, 4C and 32. RGB value is (80,76,50). Sum of RGB (Red+Green+Blue) = 80+76+50=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #504C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C32 is #AFB3CD. Grayscale: #4A4A4A. Windows color (decimal): -11514830 or 3296336. OLE color: 3296336.

HSL color Cylindrical-coordinate representation of color #504C32: hue angle of 52º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504C32 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB807650-
CMYK00.050.370.69
HSL52º23.08%25.49%-
HSV(B)52º37.5%31.37%-
XYZ6.477.14.05-
YUV74.23114.33132.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=38.83%
G=36.89%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80765000.050.370.695223.0825.49
Hex504C32052545341719
Octal120114620545105642731
Binary10100001001100110010010110010110001011101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,76,50); }

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

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

 a { background-color: rgb(80,76,50); }

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

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

 span { border-color: rgb(80,76,50); }

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