Html Css Color HEX #8C4641 Matrix

📋 copy color: '#8C4641'

red 140 ◦ green 70 ◦ blue 65

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

Shades of Matrix #8C4641

Tints of Matrix #8C4641

RGB

 RED value IS 140 (55.08% from 255) = 50.91%

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

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

R = 50.91%
G = 25.45%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8C4641 (or 0x8C4641) is known color: Matrix. HEX triplet: 8C, 46 and 41. RGB value is (140,70,65). Sum of RGB (Red+Green+Blue) = 140+70+65=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4641 is #73B9BE. Grayscale: #5A5A5A. Windows color (decimal): -7584191 or 4277900. OLE color: 4277900.

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

Color convert

RGB 140 70 65 -
CMYK 0 0.50 0.54 0.45
HSL 0.37% 0.4% -
HSV(B) 0.54% 0.55% -
XYZ 13.96 10.34 6.26 -
YUV 90.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 140 70 65 0 0.50 0.54 0.45 4 0.37 0.4
Hex 8C 46 41 0 32 36 2D 4 25 28
Octal 214 106 101 0 62 66 55 4 45 50
Binary 10001100 1000110 1000001 0 110010 110110 101101 100 100101 101000

Color Harmonies of #8C4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4641

Black with #8C4641

Text Example


Text Example

White with #8C4641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,70,65); }

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

background-color css

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

 a { background-color: rgb(140,70,65); }

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

border-color css

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

 span { border-color: rgb(140,70,65); }

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