#554A31

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

Shades of Punga #554A31

Tints of Punga #554A31

Color information

#554A31 (or 0x554A31) is unknown color: approx Punga. HEX triplet: 55, 4A and 31. RGB value is (85,74,49). Sum of RGB (Red+Green+Blue) = 85+74+49=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A31 is #AAB5CE. Grayscale: #4A4A4A. Windows color (decimal): -11187663 or 3230293. OLE color: 3230293.

HSL color Cylindrical-coordinate representation of color #554A31: hue angle of 41.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 #554A31 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB857449-
CMYK00.130.420.67
HSL41.67º26.87%26.27%-
HSV(B)41.67º42.35%33.33%-
XYZ6.757.053.91-
YUV74.44113.64135.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=40.87%
G=35.58%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85744900.130.420.6741.6726.8726.27
Hex554A310D2A432a1b1a
Octal1251126101552103523332
Binary101010110010101100010110110101010000111010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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