#554629

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

Shades of Punga #554629

Tints of Punga #554629

Color information

#554629 (or 0x554629) is unknown color: approx Punga. HEX triplet: 55, 46 and 29. RGB value is (85,70,41). Sum of RGB (Red+Green+Blue) = 85+70+41=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554629 is #AAB9D6. Grayscale: #474747. Windows color (decimal): -11188695 or 2704981. OLE color: 2704981.

HSL color Cylindrical-coordinate representation of color #554629: hue angle of 39.55º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554629 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB857041-
CMYK00.180.520.67
HSL39.55º34.92%24.71%-
HSV(B)39.55º51.76%33.33%-
XYZ6.346.473.01-
YUV71.18110.97137.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=43.37%
G=35.71%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85704100.180.520.6739.5534.9224.71
Hex5546290123443282319
Octal1251065102264103504331
Binary10101011000110101001010010110100100001110100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554629; }

 p { color: rgb(85,70,41); }

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

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

 a { background-color: rgb(85,70,41); }

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

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

 span { border-color: rgb(85,70,41); }

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