Html Css Color HEX #8B4C41 Matrix

📋 copy color: '#8B4C41'

red 139 ◦ green 76 ◦ blue 65

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

Shades of Matrix #8B4C41

Tints of Matrix #8B4C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

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

R = 49.64%
G = 27.14%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8B4C41 (or 0x8B4C41) is known color: Matrix. HEX triplet: 8B, 4C and 41. RGB value is (139,76,65). Sum of RGB (Red+Green+Blue) = 139+76+65=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C41 is #74B3BE. Grayscale: #5D5D5D. Windows color (decimal): -7648191 or 4279435. OLE color: 4279435.

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

Color convert

RGB 139 76 65 -
CMYK 0 0.45 0.53 0.45
HSL 8.92º 0.36% 0.4% -
HSV(B) 8.92º 0.53% 0.55% -
XYZ 14.19 11.04 6.38 -
YUV 93.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 139 76 65 0 0.45 0.53 0.45 8.92 0.36 0.4
Hex 8B 4C 41 0 2D 35 2D 9 24 28
Octal 213 114 101 0 55 65 55 11 44 50
Binary 10001011 1001100 1000001 0 101101 110101 101101 1001 100100 101000

Color Harmonies of #8B4C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4C41

Black with #8B4C41

Text Example


Text Example

White with #8B4C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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