#894235

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

Shades of Prairie Sand #894235

Tints of Prairie Sand #894235

Color information

#894235 (or 0x894235) is unknown color: approx Prairie Sand. HEX triplet: 89, 42 and 35. RGB value is (137,66,53). Sum of RGB (Red+Green+Blue) = 137+66+53=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #894235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894235 is #76BDCA. Grayscale: #555555. Windows color (decimal): -7781835 or 3490441. OLE color: 3490441.

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

Color convert

RGB1376653-
CMYK00.520.610.46
HSL9.29º44.21%37.25%-
HSV(B)9.29º61.31%53.73%-
XYZ12.919.474.52-
YUV85.75109.52164.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=53.52%
G=25.78%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137665300.520.610.469.2944.2137.25
Hex8942350343D2E92c25
Octal211102650647556115445
Binary10001001100001011010101101001111011011101001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894235; }

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

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

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

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

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

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

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

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