#894335

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

Shades of Prairie Sand #894335

Tints of Prairie Sand #894335

Color information

#894335 (or 0x894335) is unknown color: approx Prairie Sand. HEX triplet: 89, 43 and 35. RGB value is (137,67,53). Sum of RGB (Red+Green+Blue) = 137+67+53=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #894335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894335 is #76BCCA. Grayscale: #565656. Windows color (decimal): -7781579 or 3490697. OLE color: 3490697.

HSL color Cylindrical-coordinate representation of color #894335: hue angle of 10º degrees, saturation: 0.44, 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 #894335 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1376753-
CMYK00.510.610.46
HSL10º44.21%37.25%-
HSV(B)10º61.31%53.73%-
XYZ12.979.594.54-
YUV86.33109.19164.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=53.31%
G=26.07%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137675300.510.610.461044.2137.25
Hex8943350333D2Ea2c25
Octal211103650637556125445
Binary10001001100001111010101100111111011011101010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894335; }

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

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

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

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

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

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

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

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