#8B4830

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

Shades of Paarl #8B4830

Tints of Paarl #8B4830

Color information

#8B4830 (or 0x8B4830) is unknown color: approx Paarl. HEX triplet: 8B, 48 and 30. RGB value is (139,72,48). Sum of RGB (Red+Green+Blue) = 139+72+48=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4830 is #74B7CF. Grayscale: #595959. Windows color (decimal): -7649232 or 3164299. OLE color: 3164299.

HSL color Cylindrical-coordinate representation of color #8B4830: hue angle of 15.82º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B4830 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1397248-
CMYK00.480.650.45
HSL15.82º48.66%36.67%-
HSV(B)15.82º65.47%54.51%-
XYZ13.510.344.08-
YUV89.3104.7163.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 48 (19.14% from 255) = 18.53%
R=53.67%
G=27.80%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139724800.480.650.4515.8248.6636.67
Hex8B4830030412D103125
Octal2131106006010155206145
Binary1000101110010001100000110000100000110110110000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,72,48); }

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

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

 a { background-color: rgb(139,72,48); }

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

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

 span { border-color: rgb(139,72,48); }

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