#89413E

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

Shades of Prairie Sand #89413E

Tints of Prairie Sand #89413E

Color information

#89413E (or 0x89413E) is unknown color: approx Prairie Sand. HEX triplet: 89, 41 and 3E. RGB value is (137,65,62). Sum of RGB (Red+Green+Blue) = 137+65+62=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89413E is #76BEC1. Grayscale: #565656. Windows color (decimal): -7782082 or 4080009. OLE color: 4080009.

HSL color Cylindrical-coordinate representation of color #89413E: hue angle of 2.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #89413E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB1376562-
CMYK00.530.550.46
HSL2.4º37.69%39.02%-
HSV(B)2.4º54.74%53.73%-
XYZ13.089.455.69-
YUV86.19114.35164.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.89%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 62 (24.61% from 255) = 23.48%
R=51.89%
G=24.62%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137656200.530.550.462.437.6939.02
Hex89413E035372E22627
Octal21110176065675624647
Binary100010011000001111110011010111011110111010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89413E; }

 p { color: rgb(137,65,62); }

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

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

 a { background-color: rgb(137,65,62); }

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

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

 span { border-color: rgb(137,65,62); }

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