#8B472E

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

Shades of Paarl #8B472E

Tints of Paarl #8B472E

Color information

#8B472E (or 0x8B472E) is unknown color: approx Paarl. HEX triplet: 8B, 47 and 2E. RGB value is (139,71,46). Sum of RGB (Red+Green+Blue) = 139+71+46=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B472E is #74B8D1. Grayscale: #585858. Windows color (decimal): -7649490 or 3032971. OLE color: 3032971.

HSL color Cylindrical-coordinate representation of color #8B472E: hue angle of 16.13º 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 #8B472E is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1397146-
CMYK00.490.670.45
HSL16.13º50.27%36.27%-
HSV(B)16.13º66.91%54.51%-
XYZ13.3910.193.85-
YUV88.48104.03164.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=54.30%
G=27.73%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139714600.490.670.4516.1350.2736.27
Hex8B472E031432D103224
Octal2131075606110355206244
Binary1000101110001111011100110001100001110110110000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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