#554830

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

Shades of Punga #554830

Tints of Punga #554830

Color information

#554830 (or 0x554830) is unknown color: approx Punga. HEX triplet: 55, 48 and 30. RGB value is (85,72,48). Sum of RGB (Red+Green+Blue) = 85+72+48=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554830 is #AAB7CF. Grayscale: #494949. Windows color (decimal): -11188176 or 3164245. OLE color: 3164245.

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

Color convert

RGB857248-
CMYK00.150.440.67
HSL38.92º27.82%26.08%-
HSV(B)38.92º43.53%33.33%-
XYZ6.66.783.76-
YUV73.15113.81136.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=41.46%
G=35.12%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85724800.150.440.6738.9227.8226.08
Hex5548300F2C43271c1a
Octal1251106001754103473432
Binary101010110010001100000111110110010000111001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554830; }

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

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

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

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

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

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

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

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