Html Css Color HEX #854D45 Matrix

📋 copy color: '#854D45'

red 133 ◦ green 77 ◦ blue 69

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

Shades of Matrix #854D45

Tints of Matrix #854D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

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

R = 47.67%
G = 27.6%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#854D45 (or 0x854D45) is known color: Matrix. HEX triplet: 85, 4D and 45. RGB value is (133,77,69). Sum of RGB (Red+Green+Blue) = 133+77+69=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #854D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D45 is #7AB2BA. Grayscale: #5C5C5C. Windows color (decimal): -8041147 or 4541829. OLE color: 4541829.

HSL color Cylindrical-coordinate representation of color #854D45: hue angle of 7.5º 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 #854D45 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 77 69 -
CMYK 0 0.42 0.48 0.48
HSL 7.5º 0.32% 0.4% -
HSV(B) 7.5º 0.48% 0.52% -
XYZ 13.4 10.72 6.99 -
YUV 92.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 133 77 69 0 0.42 0.48 0.48 7.5 0.32 0.4
Hex 85 4D 45 0 2A 30 30 8 20 28
Octal 205 115 105 0 52 60 60 10 40 50
Binary 10000101 1001101 1000101 0 101010 110000 110000 1000 100000 101000

Color Harmonies of #854D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D45

Black with #854D45

Text Example


Text Example

White with #854D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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