#8B3236

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

Shades of Old Brick #8B3236

Tints of Old Brick #8B3236

Color information

#8B3236 (or 0x8B3236) is unknown color: approx Old Brick. HEX triplet: 8B, 32 and 36. RGB value is (139,50,54). Sum of RGB (Red+Green+Blue) = 139+50+54=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3236 is #74CDC9. Grayscale: #4D4D4D. Windows color (decimal): -7654858 or 3551883. OLE color: 3551883.

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

Color convert

RGB1395054-
CMYK00.640.610.45
HSL357.3º47.09%37.06%-
HSV(B)357.3º64.03%54.51%-
XYZ12.458.044.38-
YUV77.07114.99172.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.20%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=57.20%
G=20.58%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139505400.640.610.45357.347.0937.06
Hex8B32360403D2D1652f25
Octal2136266010075555455745
Binary1000101111001011011001000000111101101101101100101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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