Html Css Color HEX #8A4442 Matrix

📋 copy color: '#8A4442'

red 138 ◦ green 68 ◦ blue 66

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

Shades of Matrix #8A4442

Tints of Matrix #8A4442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 50.74%
G = 25%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#8A4442 (or 0x8A4442) is known color: Matrix. HEX triplet: 8A, 44 and 42. RGB value is (138,68,66). Sum of RGB (Red+Green+Blue) = 138+68+66=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4442 is #75BBBD. Grayscale: #585858. Windows color (decimal): -7715774 or 4342922. OLE color: 4342922.

HSL color Cylindrical-coordinate representation of color #8A4442: hue angle of 1.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A4442 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 68 66 -
CMYK 0 0.51 0.52 0.46
HSL 1.67º 0.35% 0.4% -
HSV(B) 1.67º 0.52% 0.54% -
XYZ 13.53 9.93 6.36 -
YUV 88.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 138 68 66 0 0.51 0.52 0.46 1.67 0.35 0.4
Hex 8A 44 42 0 33 34 2E 2 23 28
Octal 212 104 102 0 63 64 56 2 43 50
Binary 10001010 1000100 1000010 0 110011 110100 101110 10 100011 101000

Color Harmonies of #8A4442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4442

Black with #8A4442

Text Example


Text Example

White with #8A4442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,68,66); }

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

background-color css

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

 a { background-color: rgb(138,68,66); }

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

border-color css

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

 span { border-color: rgb(138,68,66); }

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