#893F3B

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

Shades of Prairie Sand #893F3B

Tints of Prairie Sand #893F3B

Color information

#893F3B (or 0x893F3B) is unknown color: approx Prairie Sand. HEX triplet: 89, 3F and 3B. RGB value is (137,63,59). Sum of RGB (Red+Green+Blue) = 137+63+59=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F3B is #76C0C4. Grayscale: #545454. Windows color (decimal): -7782597 or 3882889. OLE color: 3882889.

HSL color Cylindrical-coordinate representation of color #893F3B: hue angle of 3.08º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893F3B is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB1376359-
CMYK00.540.570.46
HSL3.08º39.8%38.43%-
HSV(B)3.08º56.93%53.73%-
XYZ12.889.195.23-
YUV84.67113.52165.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=52.90%
G=24.32%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137635900.540.570.463.0839.838.43
Hex893F3B036392E32826
Octal2117773066715635046
Binary10001001111111111011011011011100110111011101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893F3B; }

 p { color: rgb(137,63,59); }

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

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

 a { background-color: rgb(137,63,59); }

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

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

 span { border-color: rgb(137,63,59); }

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