#8C483D

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

Shades of Matrix #8C483D

Tints of Matrix #8C483D

Color information

#8C483D (or 0x8C483D) is unknown color: approx Matrix. HEX triplet: 8C, 48 and 3D. RGB value is (140,72,61). Sum of RGB (Red+Green+Blue) = 140+72+61=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C483D is #73B7C2. Grayscale: #5B5B5B. Windows color (decimal): -7583683 or 4016268. OLE color: 4016268.

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

Color convert

RGB1407261-
CMYK00.490.560.45
HSL8.35º39.3%39.41%-
HSV(B)8.35º56.43%54.9%-
XYZ13.9710.555.71-
YUV91.08111.03162.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.28%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=51.28%
G=26.37%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140726100.490.560.458.3539.339.41
Hex8C483D031382D82727
Octal214110750617055104747
Binary10001100100100011110101100011110001011011000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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