Html Css Color HEX #8C4438 Prairie Sand

📋 copy color: '#8C4438'

red 140 ◦ green 68 ◦ blue 56

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

Shades of Prairie Sand #8C4438

Tints of Prairie Sand #8C4438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

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

R = 53.03%
G = 25.76%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C4438 (or 0x8C4438) is known color: Prairie Sand. HEX triplet: 8C, 44 and 38. RGB value is (140,68,56). Sum of RGB (Red+Green+Blue) = 140+68+56=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4438 is #73BBC7. Grayscale: #585858. Windows color (decimal): -7584712 or 3687564. OLE color: 3687564.

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

Color convert

RGB 140 68 56 -
CMYK 0 0.51 0.6 0.45
HSL 8.57º 0.43% 0.38% -
HSV(B) 8.57º 0.6% 0.55% -
XYZ 13.6 10 4.95 -
YUV 88.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 140 68 56 0 0.51 0.6 0.45 8.57 0.43 0.38
Hex 8C 44 38 0 33 3C 2D 9 2B 26
Octal 214 104 70 0 63 74 55 11 53 46
Binary 10001100 1000100 111000 0 110011 111100 101101 1001 101011 100110

Color Harmonies of #8C4438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4438

Black with #8C4438

Text Example


Text Example

White with #8C4438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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