#8e3e30

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

Shades of Prairie Sand #8E3E30

Tints of Prairie Sand #8E3E30

Color information

#8E3E30 (or 0x8E3E30) is unknown color: approx Prairie Sand. HEX triplet: 8E, 3E and 30. RGB value is (142,62,48). Sum of RGB (Red+Green+Blue) = 142+62+48=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3E30 is #71C1CF. Grayscale: #545454. Windows color (decimal): -7455184 or 3161742. OLE color: 3161742.

HSL color Cylindrical-coordinate representation of color #8E3E30: hue angle of 8.94º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3E30 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1426248-
CMYK00.560.660.44
HSL8.94º49.47%37.25%-
HSV(B)8.94º66.2%55.69%-
XYZ13.419.413.91-
YUV84.32107.5169.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=56.35%
G=24.60%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142624800.560.660.448.9449.4737.25
Hex8E3E30038422C93125
Octal216766007010254116145
Binary10001110111110110000011100010000101011001001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e3e30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,62,48); }

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

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

 a { background-color: rgb(142,62,48); }

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

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

 span { border-color: rgb(142,62,48); }

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