#514427

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

Shades of Punga #514427

Tints of Punga #514427

Color information

#514427 (or 0x514427) is unknown color: approx Punga. HEX triplet: 51, 44 and 27. RGB value is (81,68,39). Sum of RGB (Red+Green+Blue) = 81+68+39=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #514427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514427 is #AEBBD8. Grayscale: #444444. Windows color (decimal): -11451353 or 2573393. OLE color: 2573393.

HSL color Cylindrical-coordinate representation of color #514427: hue angle of 41.43º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514427 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB816839-
CMYK00.160.520.68
HSL41.43º35%23.53%-
HSV(B)41.43º51.85%31.76%-
XYZ5.836.032.78-
YUV68.58111.31136.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=43.09%
G=36.17%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81683900.160.520.6841.433523.53
Hex5144270103444292318
Octal1211044702064104514330
Binary10100011000100100111010000110100100010010100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514427; }

 p { color: rgb(81,68,39); }

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

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

 a { background-color: rgb(81,68,39); }

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

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

 span { border-color: rgb(81,68,39); }

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