#514B32

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

Shades of Thatch Green #514B32

Tints of Thatch Green #514B32

Color information

#514B32 (or 0x514B32) is unknown color: approx Thatch Green. HEX triplet: 51, 4B and 32. RGB value is (81,75,50). Sum of RGB (Red+Green+Blue) = 81+75+50=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #514B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B32 is #AEB4CD. Grayscale: #4A4A4A. Windows color (decimal): -11449550 or 3296081. OLE color: 3296081.

HSL color Cylindrical-coordinate representation of color #514B32: hue angle of 48.39º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514B32 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB817550-
CMYK00.070.380.68
HSL48.39º23.66%25.69%-
HSV(B)48.39º38.27%31.76%-
XYZ6.497.014.03-
YUV73.94114.49133.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=39.32%
G=36.41%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81755000.070.380.6848.3923.6625.69
Hex514B3207264430181a
Octal121113620746104603032
Binary10100011001011110010011110011010001001100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514B32; }

 p { color: rgb(81,75,50); }

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

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

 a { background-color: rgb(81,75,50); }

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

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

 span { border-color: rgb(81,75,50); }

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