#8C3D36

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

Shades of Prairie Sand #8C3D36

Tints of Prairie Sand #8C3D36

Color information

#8C3D36 (or 0x8C3D36) is unknown color: approx Prairie Sand. HEX triplet: 8C, 3D and 36. RGB value is (140,61,54). Sum of RGB (Red+Green+Blue) = 140+61+54=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3D36 is #73C2C9. Grayscale: #535353. Windows color (decimal): -7586506 or 3554700. OLE color: 3554700.

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

Color convert

RGB1406154-
CMYK00.560.610.45
HSL4.88º44.33%38.04%-
HSV(B)4.88º61.43%54.9%-
XYZ13.159.184.57-
YUV83.82111.17168.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=54.90%
G=23.92%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140615400.560.610.454.8844.3338.04
Hex8C3D360383D2D52c26
Octal2147566070755555446
Binary100011001111011101100111000111101101101101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,61,54); }

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

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

 a { background-color: rgb(140,61,54); }

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

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

 span { border-color: rgb(140,61,54); }

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