#554832

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

Shades of Punga #554832

Tints of Punga #554832

Color information

#554832 (or 0x554832) is unknown color: approx Punga. HEX triplet: 55, 48 and 32. RGB value is (85,72,50). Sum of RGB (Red+Green+Blue) = 85+72+50=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554832 is #AAB7CD. Grayscale: #494949. Windows color (decimal): -11188174 or 3295317. OLE color: 3295317.

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

Color convert

RGB857250-
CMYK00.150.410.67
HSL37.71º25.93%26.47%-
HSV(B)37.71º41.18%33.33%-
XYZ6.646.83.98-
YUV73.38114.81136.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=41.06%
G=34.78%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85725000.150.410.6737.7125.9326.47
Hex5548320F2943261a1a
Octal1251106201751103463232
Binary101010110010001100100111110100110000111001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554832; }

 p { color: rgb(85,72,50); }

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

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

 a { background-color: rgb(85,72,50); }

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

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

 span { border-color: rgb(85,72,50); }

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