#8B3336

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

Shades of Old Brick #8B3336

Tints of Old Brick #8B3336

Color information

#8B3336 (or 0x8B3336) is unknown color: approx Old Brick. HEX triplet: 8B, 33 and 36. RGB value is (139,51,54). Sum of RGB (Red+Green+Blue) = 139+51+54=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3336 is #74CCC9. Grayscale: #4D4D4D. Windows color (decimal): -7654602 or 3552139. OLE color: 3552139.

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

Color convert

RGB1395154-
CMYK00.630.610.45
HSL357.95º46.32%37.25%-
HSV(B)357.95º63.31%54.51%-
XYZ12.58.124.4-
YUV77.65114.65171.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.97%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 54 (21.48% from 255) = 22.13%
R=56.97%
G=20.90%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139515400.630.610.45357.9546.3237.25
Hex8B333603F3D2D1662e25
Octal213636607775555465645
Binary100010111100111101100111111111101101101101100110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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