#894036

Color #894036 Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #894036

Tints of Prairie Sand #894036

Color information

#894036 (or 0x894036) is unknown color: approx Prairie Sand. HEX triplet: 89, 40 and 36. RGB value is (137,64,54). Sum of RGB (Red+Green+Blue) = 137+64+54=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #894036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894036 is #76BFC9. Grayscale: #545454. Windows color (decimal): -7782346 or 3555465. OLE color: 3555465.

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

Color convert

RGB1376454-
CMYK00.530.610.46
HSL7.23º43.46%37.45%-
HSV(B)7.23º60.58%53.73%-
XYZ12.829.254.6-
YUV84.69110.68165.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=53.73%
G=25.10%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137645400.530.610.467.2343.4637.45
Hex8940360353D2E72b25
Octal21110066065755675345
Binary1000100110000001101100110101111101101110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894036; }

 p { color: rgb(137,64,54); }

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

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

 a { background-color: rgb(137,64,54); }

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

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

 span { border-color: rgb(137,64,54); }

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