Html Css Color HEX #8D483F Matrix

📋 copy color: '#8D483F'

red 141 ◦ green 72 ◦ blue 63

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

Shades of Matrix #8D483F

Tints of Matrix #8D483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 51.09%
G = 26.09%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#8D483F (or 0x8D483F) is known color: Matrix. HEX triplet: 8D, 48 and 3F. RGB value is (141,72,63). Sum of RGB (Red+Green+Blue) = 141+72+63=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D483F is #72B7C0. Grayscale: #5B5B5B. Windows color (decimal): -7518145 or 4147341. OLE color: 4147341.

HSL color Cylindrical-coordinate representation of color #8D483F: hue angle of 6.92º 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 #8D483F is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 72 63 -
CMYK 0 0.49 0.55 0.45
HSL 6.92º 0.38% 0.4% -
HSV(B) 6.92º 0.55% 0.55% -
XYZ 14.2 10.66 6.01 -
YUV 91.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 141 72 63 0 0.49 0.55 0.45 6.92 0.38 0.4
Hex 8D 48 3F 0 31 37 2D 7 26 28
Octal 215 110 77 0 61 67 55 7 46 50
Binary 10001101 1001000 111111 0 110001 110111 101101 111 100110 101000

Color Harmonies of #8D483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D483F

Black with #8D483F

Text Example


Text Example

White with #8D483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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