#8B3537

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

Shades of Old Brick #8B3537

Tints of Old Brick #8B3537

Color information

#8B3537 (or 0x8B3537) is unknown color: approx Old Brick. HEX triplet: 8B, 35 and 37. RGB value is (139,53,55). Sum of RGB (Red+Green+Blue) = 139+53+55=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3537 is #74CAC8. Grayscale: #4F4F4F. Windows color (decimal): -7654089 or 3618187. OLE color: 3618187.

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

Color convert

RGB1395355-
CMYK00.620.600.45
HSL358.6º44.79%37.65%-
HSV(B)358.6º61.87%54.51%-
XYZ12.618.314.55-
YUV78.94114.49170.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=56.28%
G=21.46%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139535500.620.600.45358.644.7937.65
Hex8B353703E3C2D1672d26
Octal213656707674555475546
Binary100010111101011101110111110111100101101101100111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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