Html Css Color HEX #8C5247 El Salva

📋 copy color: '#8C5247'

red 140 ◦ green 82 ◦ blue 71

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

Shades of El Salva #8C5247

Tints of El Salva #8C5247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 47.78%
G = 27.99%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8C5247 (or 0x8C5247) is known color: El Salva. HEX triplet: 8C, 52 and 47. RGB value is (140,82,71). Sum of RGB (Red+Green+Blue) = 140+82+71=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5247 is #73ADB8. Grayscale: #626262. Windows color (decimal): -7581113 or 4674188. OLE color: 4674188.

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

Color convert

RGB 140 82 71 -
CMYK 0 0.41 0.49 0.45
HSL 9.57º 0.33% 0.41% -
HSV(B) 9.57º 0.49% 0.55% -
XYZ 14.97 12.06 7.5 -
YUV 98.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 140 82 71 0 0.41 0.49 0.45 9.57 0.33 0.41
Hex 8C 52 47 0 29 31 2D A 21 29
Octal 214 122 107 0 51 61 55 12 41 51
Binary 10001100 1010010 1000111 0 101001 110001 101101 1010 100001 101001

Color Harmonies of #8C5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5247

Black with #8C5247

Text Example


Text Example

White with #8C5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,71); }

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

background-color css

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

 a { background-color: rgb(140,82,71); }

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

border-color css

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

 span { border-color: rgb(140,82,71); }

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