#892E37

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

Shades of Old Brick #892E37

Tints of Old Brick #892E37

Color information

#892E37 (or 0x892E37) is unknown color: approx Old Brick. HEX triplet: 89, 2E and 37. RGB value is (137,46,55). Sum of RGB (Red+Green+Blue) = 137+46+55=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #892E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892E37 is #76D1C8. Grayscale: #4A4A4A. Windows color (decimal): -7786953 or 3616393. OLE color: 3616393.

HSL color Cylindrical-coordinate representation of color #892E37: hue angle of 354.07º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892E37 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB1374655-
CMYK00.660.600.46
HSL354.07º49.73%35.88%-
HSV(B)354.07º66.42%53.73%-
XYZ11.987.554.44-
YUV74.24117.15172.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.56%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=57.56%
G=19.33%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137465500.660.600.46354.0749.7335.88
Hex892E370423C2E1623224
Octal2115667010274565426244
Binary1000100110111011011101000010111100101110101100010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892E37; }

 p { color: rgb(137,46,55); }

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

<style>
 a { background-color: #892E37; }

 a { background-color: rgb(137,46,55); }

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

<style>
 span { border-color: #892E37; }

 span { border-color: rgb(137,46,55); }

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