Html Css Color HEX #854745 Matrix

📋 copy color: '#854745'

red 133 ◦ green 71 ◦ blue 69

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

Shades of Matrix #854745

Tints of Matrix #854745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 48.72%
G = 26.01%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#854745 (or 0x854745) is known color: Matrix. HEX triplet: 85, 47 and 45. RGB value is (133,71,69). Sum of RGB (Red+Green+Blue) = 133+71+69=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854745 is #7AB8BA. Grayscale: #595959. Windows color (decimal): -8042683 or 4540293. OLE color: 4540293.

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

Color convert

RGB 133 71 69 -
CMYK 0 0.47 0.48 0.48
HSL 1.88º 0.32% 0.4% -
HSV(B) 1.88º 0.48% 0.52% -
XYZ 13 9.92 6.86 -
YUV 89.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 133 71 69 0 0.47 0.48 0.48 1.88 0.32 0.4
Hex 85 47 45 0 2F 30 30 2 20 28
Octal 205 107 105 0 57 60 60 2 40 50
Binary 10000101 1000111 1000101 0 101111 110000 110000 10 100000 101000

Color Harmonies of #854745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854745

Black with #854745

Text Example


Text Example

White with #854745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854745; }

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

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

background-color css

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

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

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

border-color css

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

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

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