#8B4935

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

Shades of Paarl #8B4935

Tints of Paarl #8B4935

Color information

#8B4935 (or 0x8B4935) is unknown color: approx Paarl. HEX triplet: 8B, 49 and 35. RGB value is (139,73,53). Sum of RGB (Red+Green+Blue) = 139+73+53=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4935 is #74B6CA. Grayscale: #5A5A5A. Windows color (decimal): -7648971 or 3492235. OLE color: 3492235.

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

Color convert

RGB1397353-
CMYK00.470.620.45
HSL13.95º44.79%37.65%-
HSV(B)13.95º61.87%54.51%-
XYZ13.6710.514.68-
YUV90.45106.87162.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 53 (21.09% from 255) = 20%
R=52.45%
G=27.55%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139735300.470.620.4513.9544.7937.65
Hex8B493502F3E2De2d26
Octal213111650577655165546
Binary10001011100100111010101011111111101011011110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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