#55462C

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

Shades of Punga #55462C

Tints of Punga #55462C

Color information

#55462C (or 0x55462C) is unknown color: approx Punga. HEX triplet: 55, 46 and 2C. RGB value is (85,70,44). Sum of RGB (Red+Green+Blue) = 85+70+44=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55462C is #AAB9D3. Grayscale: #474747. Windows color (decimal): -11188692 or 2901589. OLE color: 2901589.

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

Color convert

RGB857044-
CMYK00.180.480.67
HSL38.05º31.78%25.29%-
HSV(B)38.05º48.24%33.33%-
XYZ6.396.493.3-
YUV71.52112.47137.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=42.71%
G=35.18%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85704400.180.480.6738.0531.7825.29
Hex55462C0123043262019
Octal1251065402260103464031
Binary10101011000110101100010010110000100001110011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55462C; }

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

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

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

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

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

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

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

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