#554A36

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

Shades of Punga #554A36

Tints of Punga #554A36

Color information

#554A36 (or 0x554A36) is unknown color: approx Punga. HEX triplet: 55, 4A and 36. RGB value is (85,74,54). Sum of RGB (Red+Green+Blue) = 85+74+54=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #554A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A36 is #AAB5C9. Grayscale: #4B4B4B. Windows color (decimal): -11187658 or 3557973. OLE color: 3557973.

HSL color Cylindrical-coordinate representation of color #554A36: hue angle of 38.71º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #554A36 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB857454-
CMYK00.130.360.67
HSL38.71º22.3%27.25%-
HSV(B)38.71º36.47%33.33%-
XYZ6.867.14.5-
YUV75.01116.14135.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=39.91%
G=34.74%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85745400.130.360.6738.7122.327.25
Hex554A360D244327161b
Octal1251126601544103472633
Binary101010110010101101100110110010010000111001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554A36; }

 p { color: rgb(85,74,54); }

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

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

 a { background-color: rgb(85,74,54); }

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

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

 span { border-color: rgb(85,74,54); }

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