#892F34

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

Shades of Old Brick #892F34

Tints of Old Brick #892F34

Color information

#892F34 (or 0x892F34) is unknown color: approx Old Brick. HEX triplet: 89, 2F and 34. RGB value is (137,47,52). Sum of RGB (Red+Green+Blue) = 137+47+52=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #892F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F34 is #76D0CB. Grayscale: #4A4A4A. Windows color (decimal): -7786700 or 3420041. OLE color: 3420041.

HSL color Cylindrical-coordinate representation of color #892F34: hue angle of 356.67º degrees, saturation: 0.49, 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 #892F34 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1374752-
CMYK00.660.620.46
HSL356.67º48.91%36.08%-
HSV(B)356.67º65.69%53.73%-
XYZ11.957.64.09-
YUV74.48115.32172.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 47 (18.75% from 255) = 19.92%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=58.05%
G=19.92%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137475200.660.620.46356.6748.9136.08
Hex892F340423E2E1653124
Octal2115764010276565456144
Binary1000100110111111010001000010111110101110101100101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,47,52); }

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

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

 a { background-color: rgb(137,47,52); }

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

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

 span { border-color: rgb(137,47,52); }

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