Html Css Color HEX #8B4741 Matrix

📋 copy color: '#8B4741'

red 139 ◦ green 71 ◦ blue 65

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

Shades of Matrix #8B4741

Tints of Matrix #8B4741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 50.55%
G = 25.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#8B4741 (or 0x8B4741) is known color: Matrix. HEX triplet: 8B, 47 and 41. RGB value is (139,71,65). Sum of RGB (Red+Green+Blue) = 139+71+65=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4741 is #74B8BE. Grayscale: #5A5A5A. Windows color (decimal): -7649471 or 4278155. OLE color: 4278155.

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

Color convert

RGB 139 71 65 -
CMYK 0 0.49 0.53 0.45
HSL 4.86º 0.36% 0.4% -
HSV(B) 4.86º 0.53% 0.55% -
XYZ 13.85 10.38 6.27 -
YUV 90.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 139 71 65 0 0.49 0.53 0.45 4.86 0.36 0.4
Hex 8B 47 41 0 31 35 2D 5 24 28
Octal 213 107 101 0 61 65 55 5 44 50
Binary 10001011 1000111 1000001 0 110001 110101 101101 101 100100 101000

Color Harmonies of #8B4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4741

Black with #8B4741

Text Example


Text Example

White with #8B4741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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