Html Css Color HEX #8B4841 Matrix

📋 copy color: '#8B4841'

red 139 ◦ green 72 ◦ blue 65

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

Shades of Matrix #8B4841

Tints of Matrix #8B4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 50.36%
G = 26.09%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8B4841 (or 0x8B4841) is known color: Matrix. HEX triplet: 8B, 48 and 41. RGB value is (139,72,65). Sum of RGB (Red+Green+Blue) = 139+72+65=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4841 is #74B7BE. Grayscale: #5B5B5B. Windows color (decimal): -7649215 or 4278411. OLE color: 4278411.

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

Color convert

RGB 139 72 65 -
CMYK 0 0.48 0.53 0.45
HSL 5.68º 0.36% 0.4% -
HSV(B) 5.68º 0.53% 0.55% -
XYZ 13.92 10.51 6.3 -
YUV 91.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 139 72 65 0 0.48 0.53 0.45 5.68 0.36 0.4
Hex 8B 48 41 0 30 35 2D 6 24 28
Octal 213 110 101 0 60 65 55 6 44 50
Binary 10001011 1001000 1000001 0 110000 110101 101101 110 100100 101000

Color Harmonies of #8B4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4841

Black with #8B4841

Text Example


Text Example

White with #8B4841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,72,65); }

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

background-color css

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

 a { background-color: rgb(139,72,65); }

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

border-color css

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

 span { border-color: rgb(139,72,65); }

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