Html Css Color HEX #8C463D Matrix

📋 copy color: '#8C463D'

red 140 ◦ green 70 ◦ blue 61

#8C463D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matrix #8C463D

Tints of Matrix #8C463D

RGB

 RED value IS 140 (55.08% from 255) = 51.66%

 GREEN value IS 70 (27.73% from 255) = 25.83%

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 51.66%
G = 25.83%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C463D (or 0x8C463D) is known color: Matrix. HEX triplet: 8C, 46 and 3D. RGB value is (140,70,61). Sum of RGB (Red+Green+Blue) = 140+70+61=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C463D is #73B9C2. Grayscale: #5A5A5A. Windows color (decimal): -7584195 or 4015756. OLE color: 4015756.

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

Color convert

RGB 140 70 61 -
CMYK 0 0.50 0.56 0.45
HSL 6.84º 0.39% 0.39% -
HSV(B) 6.84º 0.56% 0.55% -
XYZ 13.85 10.29 5.67 -
YUV 89.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 140 70 61 0 0.50 0.56 0.45 6.84 0.39 0.39
Hex 8C 46 3D 0 32 38 2D 7 27 27
Octal 214 106 75 0 62 70 55 7 47 47
Binary 10001100 1000110 111101 0 110010 111000 101101 111 100111 100111

Color Harmonies of #8C463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C463D

Black with #8C463D

Text Example


Text Example

White with #8C463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C463D;
 }
 .AnyTagClassName
 {
   color: #8C463D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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