#8B5034

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

Shades of Paarl #8B5034

Tints of Paarl #8B5034

Color information

#8B5034 (or 0x8B5034) is unknown color: approx Paarl. HEX triplet: 8B, 50 and 34. RGB value is (139,80,52). Sum of RGB (Red+Green+Blue) = 139+80+52=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5034 is #74AFCB. Grayscale: #5E5E5E. Windows color (decimal): -7647180 or 3428491. OLE color: 3428491.

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

Color convert

RGB1398052-
CMYK00.420.630.45
HSL19.31º45.55%37.45%-
HSV(B)19.31º62.59%54.51%-
XYZ14.1411.474.72-
YUV94.45104.05159.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=51.29%
G=29.52%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139805200.420.630.4519.3145.5537.45
Hex8B503402A3F2D132e25
Octal213120640527755235645
Binary100010111010000110100010101011111110110110011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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