#8B482D

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

Shades of Paarl #8B482D

Tints of Paarl #8B482D

Color information

#8B482D (or 0x8B482D) is unknown color: approx Paarl. HEX triplet: 8B, 48 and 2D. RGB value is (139,72,45). Sum of RGB (Red+Green+Blue) = 139+72+45=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B482D is #74B7D2. Grayscale: #595959. Windows color (decimal): -7649235 or 2967691. OLE color: 2967691.

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

Color convert

RGB1397245-
CMYK00.480.680.45
HSL17.23º51.09%36.08%-
HSV(B)17.23º67.63%54.51%-
XYZ13.4410.313.76-
YUV88.95103.2163.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.30%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=54.30%
G=28.12%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139724500.480.680.4517.2351.0936.08
Hex8B482D030442D113324
Octal2131105506010455216344
Binary1000101110010001011010110000100010010110110001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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