#8b4e31

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

Shades of Paarl #8B4E31

Tints of Paarl #8B4E31

Color information

#8B4E31 (or 0x8B4E31) is unknown color: approx Paarl. HEX triplet: 8B, 4E and 31. RGB value is (139,78,49). Sum of RGB (Red+Green+Blue) = 139+78+49=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4E31 is #74B1CE. Grayscale: #5D5D5D. Windows color (decimal): -7647695 or 3231371. OLE color: 3231371.

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

Color convert

RGB1397849-
CMYK00.440.650.45
HSL19.33º47.87%36.86%-
HSV(B)19.33º64.75%54.51%-
XYZ13.9311.164.33-
YUV92.93103.21160.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=52.26%
G=29.32%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139784900.440.650.4519.3347.8736.86
Hex8B4E3102C412D133025
Octal2131166105410155236045
Binary1000101110011101100010101100100000110110110011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b4e31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,49); }

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

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

 a { background-color: rgb(139,78,49); }

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

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

 span { border-color: rgb(139,78,49); }

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