#8B5032

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

Shades of Paarl #8B5032

Tints of Paarl #8B5032

Color information

#8B5032 (or 0x8B5032) is unknown color: approx Paarl. HEX triplet: 8B, 50 and 32. RGB value is (139,80,50). Sum of RGB (Red+Green+Blue) = 139+80+50=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5032 is #74AFCD. Grayscale: #5E5E5E. Windows color (decimal): -7647182 or 3297419. OLE color: 3297419.

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

Color convert

RGB1398050-
CMYK00.420.640.45
HSL20.22º47.09%37.06%-
HSV(B)20.22º64.03%54.51%-
XYZ14.0911.464.49-
YUV94.22103.05159.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.67%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=51.67%
G=29.74%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139805000.420.640.4520.2247.0937.06
Hex8B503202A402D142f25
Octal2131206205210055245745
Binary1000101110100001100100101010100000010110110100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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