#554A2E

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

Shades of Punga #554A2E

Tints of Punga #554A2E

Color information

#554A2E (or 0x554A2E) is unknown color: approx Punga. HEX triplet: 55, 4A and 2E. RGB value is (85,74,46). Sum of RGB (Red+Green+Blue) = 85+74+46=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A2E is #AAB5D1. Grayscale: #4A4A4A. Windows color (decimal): -11187666 or 3033685. OLE color: 3033685.

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

Color convert

RGB857446-
CMYK00.130.460.67
HSL43.08º29.77%25.69%-
HSV(B)43.08º45.88%33.33%-
XYZ6.697.033.59-
YUV74.1112.14135.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=41.46%
G=36.10%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85744600.130.460.6743.0829.7725.69
Hex554A2E0D2E432b1e1a
Octal1251125601556103533632
Binary101010110010101011100110110111010000111010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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