Html Css Color HEX #8A463D Matrix

📋 copy color: '#8A463D'

red 138 ◦ green 70 ◦ blue 61

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

Shades of Matrix #8A463D

Tints of Matrix #8A463D

RGB

 RED value IS 138 (54.3% from 255) = 51.3%

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

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

R = 51.3%
G = 26.02%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#8A463D (or 0x8A463D) is known color: Matrix. HEX triplet: 8A, 46 and 3D. RGB value is (138,70,61). Sum of RGB (Red+Green+Blue) = 138+70+61=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A463D is #75B9C2. Grayscale: #595959. Windows color (decimal): -7715267 or 4015754. OLE color: 4015754.

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

Color convert

RGB 138 70 61 -
CMYK 0 0.49 0.56 0.46
HSL 7.01º 0.39% 0.39% -
HSV(B) 7.01º 0.56% 0.54% -
XYZ 13.51 10.12 5.66 -
YUV 89.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 138 70 61 0 0.49 0.56 0.46 7.01 0.39 0.39
Hex 8A 46 3D 0 31 38 2E 7 27 27
Octal 212 106 75 0 61 70 56 7 47 47
Binary 10001010 1000110 111101 0 110001 111000 101110 111 100111 100111

Color Harmonies of #8A463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A463D

Black with #8A463D

Text Example


Text Example

White with #8A463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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