#8C453F

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

Shades of Matrix #8C453F

Tints of Matrix #8C453F

Color information

#8C453F (or 0x8C453F) is unknown color: approx Matrix. HEX triplet: 8C, 45 and 3F. RGB value is (140,69,63). Sum of RGB (Red+Green+Blue) = 140+69+63=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C453F is #73BAC0. Grayscale: #595959. Windows color (decimal): -7584449 or 4146572. OLE color: 4146572.

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

Color convert

RGB1406963-
CMYK00.510.550.45
HSL4.68º37.93%39.8%-
HSV(B)4.68º55%54.9%-
XYZ13.8410.195.94-
YUV89.54113.02163.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.47%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 63 (25% from 255) = 23.16%
R=51.47%
G=25.37%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140696300.510.550.454.6837.9339.8
Hex8C453F033372D52628
Octal21410577063675554650
Binary1000110010001011111110110011110111101101101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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