#8C4133

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

Shades of Prairie Sand #8C4133

Tints of Prairie Sand #8C4133

Color information

#8C4133 (or 0x8C4133) is unknown color: approx Prairie Sand. HEX triplet: 8C, 41 and 33. RGB value is (140,65,51). Sum of RGB (Red+Green+Blue) = 140+65+51=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4133 is #73BECC. Grayscale: #555555. Windows color (decimal): -7585485 or 3359116. OLE color: 3359116.

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

Color convert

RGB1406551-
CMYK00.540.640.45
HSL9.44º46.6%37.45%-
HSV(B)9.44º63.57%54.9%-
XYZ13.39.64.28-
YUV85.83108.35166.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.69%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=54.69%
G=25.39%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140655100.540.640.459.4446.637.45
Hex8C4133036402D92f25
Octal2141016306610055115745
Binary100011001000001110011011011010000001011011001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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