Html Css Color HEX #854740 Matrix

📋 copy color: '#854740'

red 133 ◦ green 71 ◦ blue 64

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

Shades of Matrix #854740

Tints of Matrix #854740

RGB

 RED value IS 133 (52.34% from 255) = 49.63%

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 49.63%
G = 26.49%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#854740 (or 0x854740) is known color: Matrix. HEX triplet: 85, 47 and 40. RGB value is (133,71,64). Sum of RGB (Red+Green+Blue) = 133+71+64=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #854740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854740 is #7AB8BF. Grayscale: #585858. Windows color (decimal): -8042688 or 4212613. OLE color: 4212613.

HSL color Cylindrical-coordinate representation of color #854740: hue angle of 6.09º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854740 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 64 -
CMYK 0 0.47 0.52 0.48
HSL 6.09º 0.35% 0.39% -
HSV(B) 6.09º 0.52% 0.52% -
XYZ 12.85 9.86 6.08 -
YUV 88.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 133 71 64 0 0.47 0.52 0.48 6.09 0.35 0.39
Hex 85 47 40 0 2F 34 30 6 23 27
Octal 205 107 100 0 57 64 60 6 43 47
Binary 10000101 1000111 1000000 0 101111 110100 110000 110 100011 100111

Color Harmonies of #854740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854740

Black with #854740

Text Example


Text Example

White with #854740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854740; }

 p { color: rgb(133,71,64); }

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

background-color css

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

 a { background-color: rgb(133,71,64); }

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

border-color css

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

 span { border-color: rgb(133,71,64); }

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