#8B4C3A

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

Shades of Paarl #8B4C3A

Tints of Paarl #8B4C3A

Color information

#8B4C3A (or 0x8B4C3A) is unknown color: approx Paarl. HEX triplet: 8B, 4C and 3A. RGB value is (139,76,58). Sum of RGB (Red+Green+Blue) = 139+76+58=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C3A is #74B3C5. Grayscale: #5C5C5C. Windows color (decimal): -7648198 or 3820683. OLE color: 3820683.

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

Color convert

RGB1397658-
CMYK00.450.580.45
HSL13.33º41.12%38.63%-
HSV(B)13.33º58.27%54.51%-
XYZ1410.965.38-
YUV92.78108.37160.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=50.92%
G=27.84%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139765800.450.580.4513.3341.1238.63
Hex8B4C3A02D3A2Dd2927
Octal213114720557255155147
Binary10001011100110011101001011011110101011011101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,58); }

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

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

 a { background-color: rgb(139,76,58); }

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

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

 span { border-color: rgb(139,76,58); }

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