Html Css Color HEX #8C3E37 Prairie Sand

📋 copy color: '#8C3E37'

red 140 ◦ green 62 ◦ blue 55

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

Shades of Prairie Sand #8C3E37

Tints of Prairie Sand #8C3E37

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.12%

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 54.47%
G = 24.12%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#8C3E37 (or 0x8C3E37) is known color: Prairie Sand. HEX triplet: 8C, 3E and 37. RGB value is (140,62,55). Sum of RGB (Red+Green+Blue) = 140+62+55=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3E37 is #73C1C8. Grayscale: #545454. Windows color (decimal): -7586249 or 3620492. OLE color: 3620492.

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

Color convert

RGB 140 62 55 -
CMYK 0 0.56 0.61 0.45
HSL 4.94º 0.44% 0.38% -
HSV(B) 4.94º 0.61% 0.55% -
XYZ 13.23 9.3 4.71 -
YUV 84.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 140 62 55 0 0.56 0.61 0.45 4.94 0.44 0.38
Hex 8C 3E 37 0 38 3D 2D 5 2C 26
Octal 214 76 67 0 70 75 55 5 54 46
Binary 10001100 111110 110111 0 111000 111101 101101 101 101100 100110

Color Harmonies of #8C3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3E37

Black with #8C3E37

Text Example


Text Example

White with #8C3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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