Html Css Color HEX #8D4642 Matrix

📋 copy color: '#8D4642'

red 141 ◦ green 70 ◦ blue 66

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

Shades of Matrix #8D4642

Tints of Matrix #8D4642

RGB

 RED value IS 141 (55.47% from 255) = 50.9%

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 50.9%
G = 25.27%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8D4642 (or 0x8D4642) is known color: Matrix. HEX triplet: 8D, 46 and 42. RGB value is (141,70,66). Sum of RGB (Red+Green+Blue) = 141+70+66=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4642 is #72B9BD. Grayscale: #5A5A5A. Windows color (decimal): -7518654 or 4343437. OLE color: 4343437.

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

Color convert

RGB 141 70 66 -
CMYK 0 0.50 0.53 0.45
HSL 3.2º 0.36% 0.41% -
HSV(B) 3.2º 0.53% 0.55% -
XYZ 14.16 10.44 6.42 -
YUV 90.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 141 70 66 0 0.50 0.53 0.45 3.2 0.36 0.41
Hex 8D 46 42 0 32 35 2D 3 24 29
Octal 215 106 102 0 62 65 55 3 44 51
Binary 10001101 1000110 1000010 0 110010 110101 101101 11 100100 101001

Color Harmonies of #8D4642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4642

Black with #8D4642

Text Example


Text Example

White with #8D4642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,70,66); }

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

background-color css

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

 a { background-color: rgb(141,70,66); }

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

border-color css

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

 span { border-color: rgb(141,70,66); }

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