#8C3B37

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

Shades of Prairie Sand #8C3B37

Tints of Prairie Sand #8C3B37

Color information

#8C3B37 (or 0x8C3B37) is unknown color: approx Prairie Sand. HEX triplet: 8C, 3B and 37. RGB value is (140,59,55). Sum of RGB (Red+Green+Blue) = 140+59+55=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3B37 is #73C4C8. Grayscale: #525252. Windows color (decimal): -7587017 or 3619724. OLE color: 3619724.

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

Color convert

RGB1405955-
CMYK00.580.610.45
HSL2.82º43.59%38.24%-
HSV(B)2.82º60.71%54.9%-
XYZ13.078.984.66-
YUV82.76112.34168.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.12%
GREEN value IS 59 (23.44% from 255) = 23.23%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=55.12%
G=23.23%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140595500.580.610.452.8243.5938.24
Hex8C3B3703A3D2D32c26
Octal2147367072755535446
Binary10001100111011110111011101011110110110111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,59,55); }

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

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

 a { background-color: rgb(140,59,55); }

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

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

 span { border-color: rgb(140,59,55); }

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