#504A33

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

Shades of Thatch Green #504A33

Tints of Thatch Green #504A33

Color information

#504A33 (or 0x504A33) is unknown color: approx Thatch Green. HEX triplet: 50, 4A and 33. RGB value is (80,74,51). Sum of RGB (Red+Green+Blue) = 80+74+51=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #504A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A33 is #AFB5CC. Grayscale: #494949. Windows color (decimal): -11515341 or 3361360. OLE color: 3361360.

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

Color convert

RGB807451-
CMYK00.080.360.69
HSL47.59º22.14%25.69%-
HSV(B)47.59º36.25%31.37%-
XYZ6.356.844.12-
YUV73.17115.49132.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=39.02%
G=36.10%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80745100.080.360.6947.5922.1425.69
Hex504A3308244530161a
Octal1201126301044105602632
Binary101000010010101100110100010010010001011100001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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