Html Css Color HEX #854942 Matrix

📋 copy color: '#854942'

red 133 ◦ green 73 ◦ blue 66

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

Shades of Matrix #854942

Tints of Matrix #854942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 48.9%
G = 26.84%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#854942 (or 0x854942) is known color: Matrix. HEX triplet: 85, 49 and 42. RGB value is (133,73,66). Sum of RGB (Red+Green+Blue) = 133+73+66=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #854942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854942 is #7AB6BD. Grayscale: #5A5A5A. Windows color (decimal): -8042174 or 4344197. OLE color: 4344197.

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

Color convert

RGB 133 73 66 -
CMYK 0 0.45 0.50 0.48
HSL 6.27º 0.34% 0.39% -
HSV(B) 6.27º 0.5% 0.52% -
XYZ 13.04 10.14 6.43 -
YUV 90.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 133 73 66 0 0.45 0.50 0.48 6.27 0.34 0.39
Hex 85 49 42 0 2D 32 30 6 22 27
Octal 205 111 102 0 55 62 60 6 42 47
Binary 10000101 1001001 1000010 0 101101 110010 110000 110 100010 100111

Color Harmonies of #854942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854942

Black with #854942

Text Example


Text Example

White with #854942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854942; }

 p { color: rgb(133,73,66); }

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

background-color css

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

 a { background-color: rgb(133,73,66); }

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

border-color css

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

 span { border-color: rgb(133,73,66); }

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