#8C3932

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

Shades of Prairie Sand #8C3932

Tints of Prairie Sand #8C3932

Color information

#8C3932 (or 0x8C3932) is unknown color: approx Prairie Sand. HEX triplet: 8C, 39 and 32. RGB value is (140,57,50). Sum of RGB (Red+Green+Blue) = 140+57+50=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3932 is #73C6CD. Grayscale: #515151. Windows color (decimal): -7587534 or 3291532. OLE color: 3291532.

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

Color convert

RGB1405750-
CMYK00.590.640.45
HSL4.67º47.37%37.25%-
HSV(B)4.67º64.29%54.9%-
XYZ12.858.734.03-
YUV81.02110.5170.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.68%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=56.68%
G=23.08%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140575000.590.640.454.6747.3737.25
Hex8C393203B402D52f25
Octal21471620731005555745
Binary1000110011100111001001110111000000101101101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,57,50); }

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

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

 a { background-color: rgb(140,57,50); }

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

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

 span { border-color: rgb(140,57,50); }

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