#554A2D

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

Shades of Punga #554A2D

Tints of Punga #554A2D

Color information

#554A2D (or 0x554A2D) is unknown color: approx Punga. HEX triplet: 55, 4A and 2D. RGB value is (85,74,45). Sum of RGB (Red+Green+Blue) = 85+74+45=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A2D is #AAB5D2. Grayscale: #4A4A4A. Windows color (decimal): -11187667 or 2968149. OLE color: 2968149.

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

Color convert

RGB857445-
CMYK00.130.470.67
HSL43.5º30.77%25.49%-
HSV(B)43.5º47.06%33.33%-
XYZ6.677.023.49-
YUV73.98111.64135.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=41.67%
G=36.27%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85744500.130.470.6743.530.7725.49
Hex554A2D0D2F432c1f19
Octal1251125501557103543731
Binary101010110010101011010110110111110000111011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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