#554729

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

Shades of Punga #554729

Tints of Punga #554729

Color information

#554729 (or 0x554729) is unknown color: approx Punga. HEX triplet: 55, 47 and 29. RGB value is (85,71,41). Sum of RGB (Red+Green+Blue) = 85+71+41=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554729 is #AAB8D6. Grayscale: #474747. Windows color (decimal): -11188439 or 2705237. OLE color: 2705237.

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

Color convert

RGB857141-
CMYK00.160.520.67
HSL40.91º34.92%24.71%-
HSV(B)40.91º51.76%33.33%-
XYZ6.46.63.03-
YUV71.77110.64137.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 41 (16.41% from 255) = 20.81%
R=43.15%
G=36.04%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85714100.160.520.6740.9134.9224.71
Hex5547290103443292319
Octal1251075102064103514331
Binary10101011000111101001010000110100100001110100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554729; }

 p { color: rgb(85,71,41); }

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

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

 a { background-color: rgb(85,71,41); }

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

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

 span { border-color: rgb(85,71,41); }

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