#514A38

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

Shades of Punga #514A38

Tints of Punga #514A38

Color information

#514A38 (or 0x514A38) is unknown color: approx Punga. HEX triplet: 51, 4A and 38. RGB value is (81,74,56). Sum of RGB (Red+Green+Blue) = 81+74+56=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #514A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A38 is #AEB5C7. Grayscale: #4A4A4A. Windows color (decimal): -11449800 or 3689041. OLE color: 3689041.

HSL color Cylindrical-coordinate representation of color #514A38: hue angle of 43.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514A38 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB817456-
CMYK00.090.310.68
HSL43.2º18.25%26.86%-
HSV(B)43.2º30.86%31.76%-
XYZ6.566.934.73-
YUV74.04117.82132.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=38.39%
G=35.07%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81745600.090.310.6843.218.2526.86
Hex514A38091F442b121b
Octal1211127001137104532233
Binary10100011001010111000010011111110001001010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,74,56); }

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

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

 a { background-color: rgb(81,74,56); }

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

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

 span { border-color: rgb(81,74,56); }

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