#8F483F

Color #8F483F Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #8F483F

Tints of Matrix #8F483F

Color information

#8F483F (or 0x8F483F) is unknown color: approx Matrix. HEX triplet: 8F, 48 and 3F. RGB value is (143,72,63). Sum of RGB (Red+Green+Blue) = 143+72+63=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F483F is #70B7C0. Grayscale: #5C5C5C. Windows color (decimal): -7387073 or 4147343. OLE color: 4147343.

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

Color convert

RGB1437263-
CMYK00.500.560.44
HSL6.75º38.83%40.39%-
HSV(B)6.75º55.94%56.08%-
XYZ14.5410.836.03-
YUV92.2111.52164.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.44%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 63 (25% from 255) = 22.66%
R=51.44%
G=25.90%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143726300.500.560.446.7538.8340.39
Hex8F483F032382C72728
Octal21711077062705474750
Binary1000111110010001111110110010111000101100111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F483F;
 }
 .AnyTagClassName
 {
   color: #8F483F;
 }
</style>
background-color css

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

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

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

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

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

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