Html Css Color HEX #8D463F Matrix

📋 copy color: '#8D463F'

red 141 ◦ green 70 ◦ blue 63

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

Shades of Matrix #8D463F

Tints of Matrix #8D463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.99%

R = 51.46%
G = 25.55%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#8D463F (or 0x8D463F) is known color: Matrix. HEX triplet: 8D, 46 and 3F. RGB value is (141,70,63). Sum of RGB (Red+Green+Blue) = 141+70+63=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D463F is #72B9C0. Grayscale: #5A5A5A. Windows color (decimal): -7518657 or 4146829. OLE color: 4146829.

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

Color convert

RGB 141 70 63 -
CMYK 0 0.50 0.55 0.45
HSL 5.38º 0.38% 0.4% -
HSV(B) 5.38º 0.55% 0.55% -
XYZ 14.07 10.4 5.97 -
YUV 90.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 141 70 63 0 0.50 0.55 0.45 5.38 0.38 0.4
Hex 8D 46 3F 0 32 37 2D 5 26 28
Octal 215 106 77 0 62 67 55 5 46 50
Binary 10001101 1000110 111111 0 110010 110111 101101 101 100110 101000

Color Harmonies of #8D463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D463F

Black with #8D463F

Text Example


Text Example

White with #8D463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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