#8B3437

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

Shades of Old Brick #8B3437

Tints of Old Brick #8B3437

Color information

#8B3437 (or 0x8B3437) is unknown color: approx Old Brick. HEX triplet: 8B, 34 and 37. RGB value is (139,52,55). Sum of RGB (Red+Green+Blue) = 139+52+55=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3437 is #74CBC8. Grayscale: #4E4E4E. Windows color (decimal): -7654345 or 3617931. OLE color: 3617931.

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

Color convert

RGB1395255-
CMYK00.630.600.45
HSL357.93º45.55%37.45%-
HSV(B)357.93º62.59%54.51%-
XYZ12.578.224.54-
YUV78.35114.82171.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.50%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=56.50%
G=21.14%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139525500.630.600.45357.9345.5537.45
Hex8B343703F3C2D1662e25
Octal213646707774555465645
Binary100010111101001101110111111111100101101101100110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,52,55); }

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

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

 a { background-color: rgb(139,52,55); }

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

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

 span { border-color: rgb(139,52,55); }

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