Html Css Color HEX #854943 Matrix

📋 copy color: '#854943'

red 133 ◦ green 73 ◦ blue 67

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

Shades of Matrix #854943

Tints of Matrix #854943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 48.72%
G = 26.74%
B = 24.54%

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

#854943 (or 0x854943) is known color: Matrix. HEX triplet: 85, 49 and 43. RGB value is (133,73,67). Sum of RGB (Red+Green+Blue) = 133+73+67=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854943 is #7AB6BC. Grayscale: #5A5A5A. Windows color (decimal): -8042173 or 4409733. OLE color: 4409733.

HSL color Cylindrical-coordinate representation of color #854943: hue angle of 5.45º degrees, saturation: 0.33, 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 #854943 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 67 -
CMYK 0 0.45 0.50 0.48
HSL 5.45º 0.33% 0.39% -
HSV(B) 5.45º 0.5% 0.52% -
XYZ 13.07 10.16 6.58 -
YUV 90.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 133 73 67 0 0.45 0.50 0.48 5.45 0.33 0.39
Hex 85 49 43 0 2D 32 30 5 21 27
Octal 205 111 103 0 55 62 60 5 41 47
Binary 10000101 1001001 1000011 0 101101 110010 110000 101 100001 100111

Color Harmonies of #854943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854943

Black with #854943

Text Example


Text Example

White with #854943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854943; }

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

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

background-color css

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

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

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

border-color css

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

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

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