#8C453E

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

Shades of Matrix #8C453E

Tints of Matrix #8C453E

Color information

#8C453E (or 0x8C453E) is unknown color: approx Matrix. HEX triplet: 8C, 45 and 3E. RGB value is (140,69,62). Sum of RGB (Red+Green+Blue) = 140+69+62=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C453E is #73BAC1. Grayscale: #595959. Windows color (decimal): -7584450 or 4081036. OLE color: 4081036.

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

Color convert

RGB1406962-
CMYK00.510.560.45
HSL5.38º38.61%39.61%-
HSV(B)5.38º55.71%54.9%-
XYZ13.8110.185.79-
YUV89.43112.52164.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=51.66%
G=25.46%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140696200.510.560.455.3838.6139.61
Hex8C453E033382D52728
Octal21410576063705554750
Binary1000110010001011111100110011111000101101101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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