#8B4C31

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

Shades of Paarl #8B4C31

Tints of Paarl #8B4C31

Color information

#8B4C31 (or 0x8B4C31) is unknown color: approx Paarl. HEX triplet: 8B, 4C and 31. RGB value is (139,76,49). Sum of RGB (Red+Green+Blue) = 139+76+49=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C31 is #74B3CE. Grayscale: #5B5B5B. Windows color (decimal): -7648207 or 3230859. OLE color: 3230859.

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

Color convert

RGB1397649-
CMYK00.450.650.45
HSL18º47.87%36.86%-
HSV(B)18º64.75%54.51%-
XYZ13.7910.884.28-
YUV91.76103.87161.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 76 (30.08% from 255) = 28.79%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=52.65%
G=28.79%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139764900.450.650.451847.8736.86
Hex8B4C3102D412D123025
Octal2131146105510155226045
Binary1000101110011001100010101101100000110110110010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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