#56482B

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

Shades of Punga #56482B

Tints of Punga #56482B

Color information

#56482B (or 0x56482B) is unknown color: approx Punga. HEX triplet: 56, 48 and 2B. RGB value is (86,72,43). Sum of RGB (Red+Green+Blue) = 86+72+43=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56482B is #A9B7D4. Grayscale: #494949. Windows color (decimal): -11122645 or 2836566. OLE color: 2836566.

HSL color Cylindrical-coordinate representation of color #56482B: hue angle of 40.47º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56482B is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB867243-
CMYK00.160.500.66
HSL40.47º33.33%25.29%-
HSV(B)40.47º50%33.73%-
XYZ6.596.793.25-
YUV72.88111.14137.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=42.79%
G=35.82%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86724300.160.500.6640.4733.3325.29
Hex56482B0103242282119
Octal1261105302062102504131
Binary10101101001000101011010000110010100001010100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,72,43); }

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

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

 a { background-color: rgb(86,72,43); }

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

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

 span { border-color: rgb(86,72,43); }

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