Html Css Color HEX #854842 Matrix

📋 copy color: '#854842'

red 133 ◦ green 72 ◦ blue 66

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

Shades of Matrix #854842

Tints of Matrix #854842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 49.08%
G = 26.57%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#854842 (or 0x854842) is known color: Matrix. HEX triplet: 85, 48 and 42. RGB value is (133,72,66). Sum of RGB (Red+Green+Blue) = 133+72+66=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854842 is #7AB7BD. Grayscale: #595959. Windows color (decimal): -8042430 or 4343941. OLE color: 4343941.

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

Color convert

RGB 133 72 66 -
CMYK 0 0.46 0.50 0.48
HSL 5.37º 0.34% 0.39% -
HSV(B) 5.37º 0.5% 0.52% -
XYZ 12.97 10.01 6.4 -
YUV 89.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 133 72 66 0 0.46 0.50 0.48 5.37 0.34 0.39
Hex 85 48 42 0 2E 32 30 5 22 27
Octal 205 110 102 0 56 62 60 5 42 47
Binary 10000101 1001000 1000010 0 101110 110010 110000 101 100010 100111

Color Harmonies of #854842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854842

Black with #854842

Text Example


Text Example

White with #854842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854842; }

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

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

background-color css

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

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

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

border-color css

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

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

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