#554731

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

Shades of Punga #554731

Tints of Punga #554731

Color information

#554731 (or 0x554731) is unknown color: approx Punga. HEX triplet: 55, 47 and 31. RGB value is (85,71,49). Sum of RGB (Red+Green+Blue) = 85+71+49=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554731 is #AAB8CE. Grayscale: #484848. Windows color (decimal): -11188431 or 3229525. OLE color: 3229525.

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

Color convert

RGB857149-
CMYK00.160.420.67
HSL36.67º26.87%26.27%-
HSV(B)36.67º42.35%33.33%-
XYZ6.556.663.85-
YUV72.68114.64136.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=41.46%
G=34.63%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85714900.160.420.6736.6726.8726.27
Hex5547310102A43251b1a
Octal1251076102052103453332
Binary1010101100011111000101000010101010000111001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554731; }

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

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

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

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

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

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

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

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