Html Css Color HEX #8C4941 Matrix

📋 copy color: '#8C4941'

red 140 ◦ green 73 ◦ blue 65

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

Shades of Matrix #8C4941

Tints of Matrix #8C4941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 50.36%
G = 26.26%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8C4941 (or 0x8C4941) is known color: Matrix. HEX triplet: 8C, 49 and 41. RGB value is (140,73,65). Sum of RGB (Red+Green+Blue) = 140+73+65=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4941 is #73B6BE. Grayscale: #5C5C5C. Windows color (decimal): -7583423 or 4278668. OLE color: 4278668.

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

Color convert

RGB 140 73 65 -
CMYK 0 0.48 0.54 0.45
HSL 6.4º 0.37% 0.4% -
HSV(B) 6.4º 0.54% 0.55% -
XYZ 14.15 10.72 6.32 -
YUV 92.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 140 73 65 0 0.48 0.54 0.45 6.4 0.37 0.4
Hex 8C 49 41 0 30 36 2D 6 25 28
Octal 214 111 101 0 60 66 55 6 45 50
Binary 10001100 1001001 1000001 0 110000 110110 101101 110 100101 101000

Color Harmonies of #8C4941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4941

Black with #8C4941

Text Example


Text Example

White with #8C4941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,73,65); }

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

background-color css

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

 a { background-color: rgb(140,73,65); }

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

border-color css

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

 span { border-color: rgb(140,73,65); }

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