#893238

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

Shades of Old Brick #893238

Tints of Old Brick #893238

Color information

#893238 (or 0x893238) is unknown color: approx Old Brick. HEX triplet: 89, 32 and 38. RGB value is (137,50,56). Sum of RGB (Red+Green+Blue) = 137+50+56=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #893238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893238 is #76CDC7. Grayscale: #4C4C4C. Windows color (decimal): -7785928 or 3682953. OLE color: 3682953.

HSL color Cylindrical-coordinate representation of color #893238: hue angle of 355.86º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893238 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB1375056-
CMYK00.640.590.46
HSL355.86º46.52%36.67%-
HSV(B)355.86º63.5%53.73%-
XYZ12.177.894.62-
YUV76.7116.32171.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.38%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=56.38%
G=20.58%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137505600.640.590.46355.8646.5236.67
Hex8932380403B2E1642f25
Octal2116270010073565445745
Binary1000100111001011100001000000111011101110101100100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893238; }

 p { color: rgb(137,50,56); }

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

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

 a { background-color: rgb(137,50,56); }

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

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

 span { border-color: rgb(137,50,56); }

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