#89413F

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

Shades of Prairie Sand #89413F

Tints of Prairie Sand #89413F

Color information

#89413F (or 0x89413F) is unknown color: approx Prairie Sand. HEX triplet: 89, 41 and 3F. RGB value is (137,65,63). Sum of RGB (Red+Green+Blue) = 137+65+63=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89413F is #76BEC0. Grayscale: #565656. Windows color (decimal): -7782081 or 4145545. OLE color: 4145545.

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

Color convert

RGB1376563-
CMYK00.530.540.46
HSL1.62º37%39.22%-
HSV(B)1.62º54.01%53.73%-
XYZ13.19.465.84-
YUV86.3114.85164.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 63 (25% from 255) = 23.77%
R=51.70%
G=24.53%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137656300.530.540.461.623739.22
Hex89413F035362E22527
Octal21110177065665624547
Binary100010011000001111111011010111011010111010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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