#8B3036

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

Shades of Old Brick #8B3036

Tints of Old Brick #8B3036

Color information

#8B3036 (or 0x8B3036) is unknown color: approx Old Brick. HEX triplet: 8B, 30 and 36. RGB value is (139,48,54). Sum of RGB (Red+Green+Blue) = 139+48+54=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3036 is #74CFC9. Grayscale: #4B4B4B. Windows color (decimal): -7655370 or 3551371. OLE color: 3551371.

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

Color convert

RGB1394854-
CMYK00.650.610.45
HSL356.04º48.66%36.67%-
HSV(B)356.04º65.47%54.51%-
XYZ12.377.874.36-
YUV75.89115.65173.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=57.68%
G=19.92%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139485400.650.610.45356.0448.6636.67
Hex8B30360413D2D1643125
Octal2136066010175555446145
Binary1000101111000011011001000001111101101101101100100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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