#514A35

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

Shades of Punga #514A35

Tints of Punga #514A35

Color information

#514A35 (or 0x514A35) is unknown color: approx Punga. HEX triplet: 51, 4A and 35. RGB value is (81,74,53). Sum of RGB (Red+Green+Blue) = 81+74+53=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #514A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A35 is #AEB5CA. Grayscale: #494949. Windows color (decimal): -11449803 or 3492433. OLE color: 3492433.

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

Color convert

RGB817453-
CMYK00.090.350.68
HSL45º20.9%26.27%-
HSV(B)45º34.57%31.76%-
XYZ6.486.94.36-
YUV73.7116.32133.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=38.94%
G=35.58%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81745300.090.350.684520.926.27
Hex514A350923442d151a
Octal1211126501143104552532
Binary101000110010101101010100110001110001001011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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