Html Css Color HEX #8C3E38 Prairie Sand

📋 copy color: '#8C3E38'

red 140 ◦ green 62 ◦ blue 56

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

Shades of Prairie Sand #8C3E38

Tints of Prairie Sand #8C3E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 54.26%
G = 24.03%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C3E38 (or 0x8C3E38) is known color: Prairie Sand. HEX triplet: 8C, 3E and 38. RGB value is (140,62,56). Sum of RGB (Red+Green+Blue) = 140+62+56=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3E38 is #73C1C7. Grayscale: #545454. Windows color (decimal): -7586248 or 3686028. OLE color: 3686028.

HSL color Cylindrical-coordinate representation of color #8C3E38: hue angle of 4.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C3E38 is Cyan = 0, Magento = 0.56, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 62 56 -
CMYK 0 0.56 0.6 0.45
HSL 4.29º 0.43% 0.38% -
HSV(B) 4.29º 0.6% 0.55% -
XYZ 13.25 9.31 4.84 -
YUV 84.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 140 62 56 0 0.56 0.6 0.45 4.29 0.43 0.38
Hex 8C 3E 38 0 38 3C 2D 4 2B 26
Octal 214 76 70 0 70 74 55 4 53 46
Binary 10001100 111110 111000 0 111000 111100 101101 100 101011 100110

Color Harmonies of #8C3E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3E38

Black with #8C3E38

Text Example


Text Example

White with #8C3E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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