#55482E

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

Shades of Punga #55482E

Tints of Punga #55482E

Color information

#55482E (or 0x55482E) is unknown color: approx Punga. HEX triplet: 55, 48 and 2E. RGB value is (85,72,46). Sum of RGB (Red+Green+Blue) = 85+72+46=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #55482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55482E is #AAB7D1. Grayscale: #494949. Windows color (decimal): -11188178 or 3033173. OLE color: 3033173.

HSL color Cylindrical-coordinate representation of color #55482E: hue angle of 40º 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 #55482E is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB857246-
CMYK00.150.460.67
HSL40º29.77%25.69%-
HSV(B)40º45.88%33.33%-
XYZ6.566.763.54-
YUV72.92112.81136.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=41.87%
G=35.47%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85724600.150.460.674029.7725.69
Hex55482E0F2E43281e1a
Octal1251105601756103503632
Binary101010110010001011100111110111010000111010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55482E; }

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

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

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

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

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

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

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

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