#55462B

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

Shades of Punga #55462B

Tints of Punga #55462B

Color information

#55462B (or 0x55462B) is unknown color: approx Punga. HEX triplet: 55, 46 and 2B. RGB value is (85,70,43). Sum of RGB (Red+Green+Blue) = 85+70+43=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55462B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55462B is #AAB9D4. Grayscale: #474747. Windows color (decimal): -11188693 or 2836053. OLE color: 2836053.

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

Color convert

RGB857043-
CMYK00.180.490.67
HSL38.57º32.81%25.1%-
HSV(B)38.57º49.41%33.33%-
XYZ6.376.493.2-
YUV71.41111.97137.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=42.93%
G=35.35%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85704300.180.490.6738.5732.8125.1
Hex55462B0123143272119
Octal1251065302261103474131
Binary10101011000110101011010010110001100001110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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