#893B2E

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

Shades of Prairie Sand #893B2E

Tints of Prairie Sand #893B2E

Color information

#893B2E (or 0x893B2E) is unknown color: approx Prairie Sand. HEX triplet: 89, 3B and 2E. RGB value is (137,59,46). Sum of RGB (Red+Green+Blue) = 137+59+46=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #893B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B2E is #76C4D1. Grayscale: #505050. Windows color (decimal): -7783634 or 3029897. OLE color: 3029897.

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

Color convert

RGB1375946-
CMYK00.570.660.46
HSL8.57º49.73%35.88%-
HSV(B)8.57º66.42%53.73%-
XYZ12.378.643.6-
YUV80.84108.34168.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.61%
GREEN value IS 59 (23.44% from 255) = 24.38%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=56.61%
G=24.38%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137594600.570.660.468.5749.7335.88
Hex893B2E039422E93224
Octal211735607110256116244
Binary10001001111011101110011100110000101011101001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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