Html Css Color HEX #8C3F30 Prairie Sand

📋 copy color: '#8C3F30'

red 140 ◦ green 63 ◦ blue 48

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

Shades of Prairie Sand #8C3F30

Tints of Prairie Sand #8C3F30

RGB

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

 GREEN value IS 63 (25% from 255) = 25.1%

 BLUE value IS 48 (19.14% from 255) = 19.12%

R = 55.78%
G = 25.1%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C3F30 (or 0x8C3F30) is known color: Prairie Sand. HEX triplet: 8C, 3F and 30. RGB value is (140,63,48). Sum of RGB (Red+Green+Blue) = 140+63+48=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3F30 is #73C0CF. Grayscale: #545454. Windows color (decimal): -7586000 or 3161996. OLE color: 3161996.

HSL color Cylindrical-coordinate representation of color #8C3F30: hue angle of 9.78º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3F30 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 63 48 -
CMYK 0 0.55 0.66 0.45
HSL 9.78º 0.49% 0.37% -
HSV(B) 9.78º 0.66% 0.55% -
XYZ 13.13 9.34 3.91 -
YUV 84.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 140 63 48 0 0.55 0.66 0.45 9.78 0.49 0.37
Hex 8C 3F 30 0 37 42 2D A 31 25
Octal 214 77 60 0 67 102 55 12 61 45
Binary 10001100 111111 110000 0 110111 1000010 101101 1010 110001 100101

Color Harmonies of #8C3F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3F30

Black with #8C3F30

Text Example


Text Example

White with #8C3F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,63,48); }

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

background-color css

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

 a { background-color: rgb(140,63,48); }

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

border-color css

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

 span { border-color: rgb(140,63,48); }

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