Html Css Color HEX #8E3C30 Prairie Sand

📋 copy color: '#8E3C30'

red 142 ◦ green 60 ◦ blue 48

#8E3C30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prairie Sand #8E3C30

Tints of Prairie Sand #8E3C30

RGB

 RED value IS 142 (55.86% from 255) = 56.8%

 GREEN value IS 60 (23.83% from 255) = 24%

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 56.8%
G = 24%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8E3C30 (or 0x8E3C30) is known color: Prairie Sand. HEX triplet: 8E, 3C and 30. RGB value is (142,60,48). Sum of RGB (Red+Green+Blue) = 142+60+48=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3C30 is #71C3CF. Grayscale: #535353. Windows color (decimal): -7455696 or 3161230. OLE color: 3161230.

HSL color Cylindrical-coordinate representation of color #8E3C30: hue angle of 7.66º 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 #8E3C30 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 60 48 -
CMYK 0 0.58 0.66 0.44
HSL 7.66º 0.49% 0.37% -
HSV(B) 7.66º 0.66% 0.56% -
XYZ 13.3 9.2 3.87 -
YUV 83.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 142 60 48 0 0.58 0.66 0.44 7.66 0.49 0.37
Hex 8E 3C 30 0 3A 42 2C 8 31 25
Octal 216 74 60 0 72 102 54 10 61 45
Binary 10001110 111100 110000 0 111010 1000010 101100 1000 110001 100101

Color Harmonies of #8E3C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3C30

Black with #8E3C30

Text Example


Text Example

White with #8E3C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E3C30;
 }
 .AnyTagClassName
 {
   color: #8E3C30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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