#894334

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

Shades of Prairie Sand #894334

Tints of Prairie Sand #894334

Color information

#894334 (or 0x894334) is unknown color: approx Prairie Sand. HEX triplet: 89, 43 and 34. RGB value is (137,67,52). Sum of RGB (Red+Green+Blue) = 137+67+52=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #894334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894334 is #76BCCB. Grayscale: #565656. Windows color (decimal): -7781580 or 3425161. OLE color: 3425161.

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

Color convert

RGB1376752-
CMYK00.510.620.46
HSL10.59º44.97%37.06%-
HSV(B)10.59º62.04%53.73%-
XYZ12.949.584.42-
YUV86.22108.69164.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=53.52%
G=26.17%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137675200.510.620.4610.5944.9737.06
Hex8943340333E2Eb2d25
Octal211103640637656135545
Binary10001001100001111010001100111111101011101011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894334; }

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

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

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

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

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

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

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

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