Html Css Color HEX #8B4642 Matrix

📋 copy color: '#8B4642'

red 139 ◦ green 70 ◦ blue 66

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

Shades of Matrix #8B4642

Tints of Matrix #8B4642

RGB

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

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

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

R = 50.55%
G = 25.45%
B = 24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8B4642 (or 0x8B4642) is known color: Matrix. HEX triplet: 8B, 46 and 42. RGB value is (139,70,66). Sum of RGB (Red+Green+Blue) = 139+70+66=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4642 is #74B9BD. Grayscale: #5A5A5A. Windows color (decimal): -7649726 or 4343435. OLE color: 4343435.

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

Color convert

RGB 139 70 66 -
CMYK 0 0.50 0.53 0.45
HSL 3.29º 0.36% 0.4% -
HSV(B) 3.29º 0.53% 0.55% -
XYZ 13.82 10.26 6.41 -
YUV 90.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 139 70 66 0 0.50 0.53 0.45 3.29 0.36 0.4
Hex 8B 46 42 0 32 35 2D 3 24 28
Octal 213 106 102 0 62 65 55 3 44 50
Binary 10001011 1000110 1000010 0 110010 110101 101101 11 100100 101000

Color Harmonies of #8B4642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4642

Black with #8B4642

Text Example


Text Example

White with #8B4642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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