#8A3034

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

Shades of Old Brick #8A3034

Tints of Old Brick #8A3034

Color information

#8A3034 (or 0x8A3034) is unknown color: approx Old Brick. HEX triplet: 8A, 30 and 34. RGB value is (138,48,52). Sum of RGB (Red+Green+Blue) = 138+48+52=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3034 is #75CFCB. Grayscale: #4B4B4B. Windows color (decimal): -7720908 or 3420298. OLE color: 3420298.

HSL color Cylindrical-coordinate representation of color #8A3034: hue angle of 357.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3034 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1384852-
CMYK00.650.620.46
HSL357.33º48.39%36.47%-
HSV(B)357.33º65.22%54.12%-
XYZ12.167.774.11-
YUV75.37114.82172.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.98%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 52 (20.70% from 255) = 21.85%
R=57.98%
G=20.17%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138485200.650.620.46357.3348.3936.47
Hex8A30340413E2E1653024
Octal2126064010176565456044
Binary1000101011000011010001000001111110101110101100101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,48,52); }

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

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

 a { background-color: rgb(138,48,52); }

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

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

 span { border-color: rgb(138,48,52); }

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