#8B4938

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

Shades of Paarl #8B4938

Tints of Paarl #8B4938

Color information

#8B4938 (or 0x8B4938) is unknown color: approx Paarl. HEX triplet: 8B, 49 and 38. RGB value is (139,73,56). Sum of RGB (Red+Green+Blue) = 139+73+56=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4938 is #74B6C7. Grayscale: #5A5A5A. Windows color (decimal): -7648968 or 3688843. OLE color: 3688843.

HSL color Cylindrical-coordinate representation of color #8B4938: hue angle of 12.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B4938 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1397356-
CMYK00.470.600.45
HSL12.29º42.56%38.24%-
HSV(B)12.29º59.71%54.51%-
XYZ13.7410.545.05-
YUV90.8108.37162.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=51.87%
G=27.24%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139735600.470.600.4512.2942.5638.24
Hex8B493802F3C2Dc2b26
Octal213111700577455145346
Binary10001011100100111100001011111111001011011100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,56); }

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

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

 a { background-color: rgb(139,73,56); }

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

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

 span { border-color: rgb(139,73,56); }

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