#8E4133

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

Shades of Prairie Sand #8E4133

Tints of Prairie Sand #8E4133

Color information

#8E4133 (or 0x8E4133) is unknown color: approx Prairie Sand. HEX triplet: 8E, 41 and 33. RGB value is (142,65,51). Sum of RGB (Red+Green+Blue) = 142+65+51=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4133 is #71BECC. Grayscale: #565656. Windows color (decimal): -7454413 or 3359118. OLE color: 3359118.

HSL color Cylindrical-coordinate representation of color #8E4133: hue angle of 9.23º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E4133 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB1426551-
CMYK00.540.640.44
HSL9.23º47.15%37.84%-
HSV(B)9.23º64.08%55.69%-
XYZ13.649.774.3-
YUV86.43108.01167.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.04%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=55.04%
G=25.19%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142655100.540.640.449.2347.1537.84
Hex8E4133036402C92f26
Octal2161016306610054115746
Binary100011101000001110011011011010000001011001001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E4133; }

 p { color: rgb(142,65,51); }

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

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

 a { background-color: rgb(142,65,51); }

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

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

 span { border-color: rgb(142,65,51); }

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