#8B4E34

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

Shades of Paarl #8B4E34

Tints of Paarl #8B4E34

Color information

#8B4E34 (or 0x8B4E34) is unknown color: approx Paarl. HEX triplet: 8B, 4E and 34. RGB value is (139,78,52). Sum of RGB (Red+Green+Blue) = 139+78+52=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4E34 is #74B1CB. Grayscale: #5D5D5D. Windows color (decimal): -7647692 or 3427979. OLE color: 3427979.

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

Color convert

RGB1397852-
CMYK00.440.630.45
HSL17.93º45.55%37.45%-
HSV(B)17.93º62.59%54.51%-
XYZ13.9911.194.67-
YUV93.28104.71160.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=51.67%
G=29.00%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139785200.440.630.4517.9345.5537.45
Hex8B4E3402C3F2D122e25
Octal213116640547755225645
Binary100010111001110110100010110011111110110110010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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