#8B4635

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

Shades of Paarl #8B4635

Tints of Paarl #8B4635

Color information

#8B4635 (or 0x8B4635) is unknown color: approx Paarl. HEX triplet: 8B, 46 and 35. RGB value is (139,70,53). Sum of RGB (Red+Green+Blue) = 139+70+53=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4635 is #74B9CA. Grayscale: #585858. Windows color (decimal): -7649739 or 3491467. OLE color: 3491467.

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

Color convert

RGB1397053-
CMYK00.500.620.45
HSL11.86º44.79%37.65%-
HSV(B)11.86º61.87%54.51%-
XYZ13.4810.134.61-
YUV88.69107.86163.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=53.05%
G=26.72%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139705300.500.620.4511.8644.7937.65
Hex8B46350323E2Dc2d26
Octal213106650627655145546
Binary10001011100011011010101100101111101011011100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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