Html Css Color HEX #8B4442 Matrix

📋 copy color: '#8B4442'

red 139 ◦ green 68 ◦ blue 66

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

Shades of Matrix #8B4442

Tints of Matrix #8B4442

RGB

 RED value IS 139 (54.69% from 255) = 50.92%

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

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

R = 50.92%
G = 24.91%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8B4442 (or 0x8B4442) is known color: Matrix. HEX triplet: 8B, 44 and 42. RGB value is (139,68,66). Sum of RGB (Red+Green+Blue) = 139+68+66=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4442 is #74BBBD. Grayscale: #595959. Windows color (decimal): -7650238 or 4342923. OLE color: 4342923.

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

Color convert

RGB 139 68 66 -
CMYK 0 0.51 0.53 0.45
HSL 1.64º 0.36% 0.4% -
HSV(B) 1.64º 0.53% 0.55% -
XYZ 13.7 10.02 6.37 -
YUV 89 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 139 68 66 0 0.51 0.53 0.45 1.64 0.36 0.4
Hex 8B 44 42 0 33 35 2D 2 24 28
Octal 213 104 102 0 63 65 55 2 44 50
Binary 10001011 1000100 1000010 0 110011 110101 101101 10 100100 101000

Color Harmonies of #8B4442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4442

Black with #8B4442

Text Example


Text Example

White with #8B4442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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