#8F3F34

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

Shades of Prairie Sand #8F3F34

Tints of Prairie Sand #8F3F34

Color information

#8F3F34 (or 0x8F3F34) is unknown color: approx Prairie Sand. HEX triplet: 8F, 3F and 34. RGB value is (143,63,52). Sum of RGB (Red+Green+Blue) = 143+63+52=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3F34 is #70C0CB. Grayscale: #555555. Windows color (decimal): -7389388 or 3424143. OLE color: 3424143.

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

Color convert

RGB1436352-
CMYK00.560.640.44
HSL7.25º46.67%38.24%-
HSV(B)7.25º63.64%56.08%-
XYZ13.739.644.39-
YUV85.67109168.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.43%
GREEN value IS 63 (25% from 255) = 24.42%
BLUE value IS 52 (20.70% from 255) = 20.16%
R=55.43%
G=24.42%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143635200.560.640.447.2546.6738.24
Hex8F3F34038402C72f26
Octal21777640701005475746
Binary1000111111111111010001110001000000101100111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,63,52); }

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

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

 a { background-color: rgb(143,63,52); }

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

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

 span { border-color: rgb(143,63,52); }

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