#55462A

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

Shades of Punga #55462A

Tints of Punga #55462A

Color information

#55462A (or 0x55462A) is unknown color: approx Punga. HEX triplet: 55, 46 and 2A. RGB value is (85,70,42). Sum of RGB (Red+Green+Blue) = 85+70+42=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55462A is #AAB9D5. Grayscale: #474747. Windows color (decimal): -11188694 or 2770517. OLE color: 2770517.

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

Color convert

RGB857042-
CMYK00.180.510.67
HSL39.07º33.86%24.9%-
HSV(B)39.07º50.59%33.33%-
XYZ6.356.483.11-
YUV71.29111.47137.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=43.15%
G=35.53%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85704200.180.510.6739.0733.8624.9
Hex55462A0123343272219
Octal1251065202263103474231
Binary10101011000110101010010010110011100001110011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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