#8B4632

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

Shades of Paarl #8B4632

Tints of Paarl #8B4632

Color information

#8B4632 (or 0x8B4632) is unknown color: approx Paarl. HEX triplet: 8B, 46 and 32. RGB value is (139,70,50). Sum of RGB (Red+Green+Blue) = 139+70+50=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4632 is #74B9CD. Grayscale: #585858. Windows color (decimal): -7649742 or 3294859. OLE color: 3294859.

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

Color convert

RGB1397050-
CMYK00.500.640.45
HSL13.48º47.09%37.06%-
HSV(B)13.48º64.03%54.51%-
XYZ13.4110.14.26-
YUV88.35106.36164.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=53.67%
G=27.03%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139705000.500.640.4513.4847.0937.06
Hex8B4632032402Dd2f25
Octal2131066206210055155745
Binary100010111000110110010011001010000001011011101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,70,50); }

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

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

 a { background-color: rgb(139,70,50); }

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

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

 span { border-color: rgb(139,70,50); }

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