#514B31

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

Shades of Thatch Green #514B31

Tints of Thatch Green #514B31

Color information

#514B31 (or 0x514B31) is unknown color: approx Thatch Green. HEX triplet: 51, 4B and 31. RGB value is (81,75,49). Sum of RGB (Red+Green+Blue) = 81+75+49=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #514B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B31 is #AEB4CE. Grayscale: #494949. Windows color (decimal): -11449551 or 3230545. OLE color: 3230545.

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

Color convert

RGB817549-
CMYK00.070.400.68
HSL48.75º24.62%25.49%-
HSV(B)48.75º39.51%31.76%-
XYZ6.4673.92-
YUV73.83113.99133.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=39.51%
G=36.59%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81754900.070.400.6848.7524.6225.49
Hex514B31072844311919
Octal121113610750104613131
Binary10100011001011110001011110100010001001100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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