#504B33

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

Shades of Thatch Green #504B33

Tints of Thatch Green #504B33

Color information

#504B33 (or 0x504B33) is unknown color: approx Thatch Green. HEX triplet: 50, 4B and 33. RGB value is (80,75,51). Sum of RGB (Red+Green+Blue) = 80+75+51=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 80 - color contains mainly: red. Hex color #504B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B33 is #AFB4CC. Grayscale: #494949. Windows color (decimal): -11515085 or 3361616. OLE color: 3361616.

HSL color Cylindrical-coordinate representation of color #504B33: hue angle of 49.66º 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 #504B33 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB807551-
CMYK00.060.360.69
HSL49.66º22.14%25.69%-
HSV(B)49.66º36.25%31.37%-
XYZ6.426.984.14-
YUV73.76115.16132.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=38.83%
G=36.41%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80755100.060.360.6949.6622.1425.69
Hex504B3306244532161a
Octal120113630644105622632
Binary10100001001011110011011010010010001011100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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