#8B303C

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

Shades of Old Brick #8B303C

Tints of Old Brick #8B303C

Color information

#8B303C (or 0x8B303C) is unknown color: approx Old Brick. HEX triplet: 8B, 30 and 3C. RGB value is (139,48,60). Sum of RGB (Red+Green+Blue) = 139+48+60=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B303C is #74CFC3. Grayscale: #4C4C4C. Windows color (decimal): -7655364 or 3944587. OLE color: 3944587.

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

Color convert

RGB1394860-
CMYK00.650.570.45
HSL352.09º48.66%36.67%-
HSV(B)352.09º65.47%54.51%-
XYZ12.527.935.15-
YUV76.58118.65172.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=56.28%
G=19.43%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139486000.650.570.45352.0948.6636.67
Hex8B303C041392D1603125
Octal2136074010171555406145
Binary1000101111000011110001000001111001101101101100000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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