Html Css Color HEX #8C4031 Prairie Sand

📋 copy color: '#8C4031'

red 140 ◦ green 64 ◦ blue 49

#8C4031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prairie Sand #8C4031

Tints of Prairie Sand #8C4031

RGB

 RED value IS 140 (55.08% from 255) = 55.34%

 GREEN value IS 64 (25.39% from 255) = 25.3%

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 55.34%
G = 25.3%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8C4031 (or 0x8C4031) is known color: Prairie Sand. HEX triplet: 8C, 40 and 31. RGB value is (140,64,49). Sum of RGB (Red+Green+Blue) = 140+64+49=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4031 is #73BFCE. Grayscale: #555555. Windows color (decimal): -7585743 or 3227788. OLE color: 3227788.

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

Color convert

RGB 140 64 49 -
CMYK 0 0.54 0.65 0.45
HSL 9.89º 0.48% 0.37% -
HSV(B) 9.89º 0.65% 0.55% -
XYZ 13.2 9.46 4.04 -
YUV 85.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 140 64 49 0 0.54 0.65 0.45 9.89 0.48 0.37
Hex 8C 40 31 0 36 41 2D A 30 25
Octal 214 100 61 0 66 101 55 12 60 45
Binary 10001100 1000000 110001 0 110110 1000001 101101 1010 110000 100101

Color Harmonies of #8C4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4031

Black with #8C4031

Text Example


Text Example

White with #8C4031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C4031;
 }
 .AnyTagClassName
 {
   color: #8C4031;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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