#8C4131

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

Shades of Prairie Sand #8C4131

Tints of Prairie Sand #8C4131

Color information

#8C4131 (or 0x8C4131) is unknown color: approx Prairie Sand. HEX triplet: 8C, 41 and 31. RGB value is (140,65,49). Sum of RGB (Red+Green+Blue) = 140+65+49=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4131 is #73BECE. Grayscale: #555555. Windows color (decimal): -7585487 or 3228044. OLE color: 3228044.

HSL color Cylindrical-coordinate representation of color #8C4131: hue angle of 10.55º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C4131 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1406549-
CMYK00.540.650.45
HSL10.55º48.15%37.06%-
HSV(B)10.55º65%54.9%-
XYZ13.269.584.06-
YUV85.6107.35166.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.12%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=55.12%
G=25.59%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140654900.540.650.4510.5548.1537.06
Hex8C4131036412Db3025
Octal2141016106610155136045
Binary100011001000001110001011011010000011011011011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,65,49); }

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

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

 a { background-color: rgb(140,65,49); }

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

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

 span { border-color: rgb(140,65,49); }

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