#8C3036

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

Shades of Old Brick #8C3036

Tints of Old Brick #8C3036

Color information

#8C3036 (or 0x8C3036) is unknown color: approx Old Brick. HEX triplet: 8C, 30 and 36. RGB value is (140,48,54). Sum of RGB (Red+Green+Blue) = 140+48+54=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3036 is #73CFC9. Grayscale: #4C4C4C. Windows color (decimal): -7589834 or 3551372. OLE color: 3551372.

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

Color convert

RGB1404854-
CMYK00.660.610.45
HSL356.09º48.94%36.86%-
HSV(B)356.09º65.71%54.9%-
XYZ12.547.964.36-
YUV76.19115.48173.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.85%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=57.85%
G=19.83%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140485400.660.610.45356.0948.9436.86
Hex8C30360423D2D1643125
Octal2146066010275555446145
Binary1000110011000011011001000010111101101101101100100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,48,54); }

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

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

 a { background-color: rgb(140,48,54); }

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

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

 span { border-color: rgb(140,48,54); }

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