#8C483F

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

Shades of Matrix #8C483F

Tints of Matrix #8C483F

Color information

#8C483F (or 0x8C483F) is unknown color: approx Matrix. HEX triplet: 8C, 48 and 3F. RGB value is (140,72,63). Sum of RGB (Red+Green+Blue) = 140+72+63=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C483F is #73B7C0. Grayscale: #5B5B5B. Windows color (decimal): -7583681 or 4147340. OLE color: 4147340.

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

Color convert

RGB1407263-
CMYK00.490.550.45
HSL7.01º37.93%39.8%-
HSV(B)7.01º55%54.9%-
XYZ14.0310.576-
YUV91.31112.03162.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.91%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 63 (25% from 255) = 22.91%
R=50.91%
G=26.18%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140726300.490.550.457.0137.9339.8
Hex8C483F031372D72628
Octal21411077061675574650
Binary1000110010010001111110110001110111101101111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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