#8b482e

Color #8B482E Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #8B482E

Tints of Paarl #8B482E

Color information

#8B482E (or 0x8B482E) is unknown color: approx Paarl. HEX triplet: 8B, 48 and 2E. RGB value is (139,72,46). Sum of RGB (Red+Green+Blue) = 139+72+46=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B482E is #74B7D1. Grayscale: #595959. Windows color (decimal): -7649234 or 3033227. OLE color: 3033227.

HSL color Cylindrical-coordinate representation of color #8B482E: hue angle of 16.77º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B482E is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1397246-
CMYK00.480.670.45
HSL16.77º50.27%36.27%-
HSV(B)16.77º66.91%54.51%-
XYZ13.4610.323.87-
YUV89.07103.7163.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.09%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=54.09%
G=28.02%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139724600.480.670.4516.7750.2736.27
Hex8B482E030432D113224
Octal2131105606010355216244
Binary1000101110010001011100110000100001110110110001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b482e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8b482e; }

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

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

<style>
 a { background-color: #8b482e; }

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

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

<style>
 span { border-color: #8b482e; }

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

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