Html Css Color HEX #854844 Matrix

📋 copy color: '#854844'

red 133 ◦ green 72 ◦ blue 68

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

Shades of Matrix #854844

Tints of Matrix #854844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 48.72%
G = 26.37%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#854844 (or 0x854844) is known color: Matrix. HEX triplet: 85, 48 and 44. RGB value is (133,72,68). Sum of RGB (Red+Green+Blue) = 133+72+68=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854844 is #7AB7BB. Grayscale: #595959. Windows color (decimal): -8042428 or 4475013. OLE color: 4475013.

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

Color convert

RGB 133 72 68 -
CMYK 0 0.46 0.49 0.48
HSL 3.69º 0.32% 0.39% -
HSV(B) 3.69º 0.49% 0.52% -
XYZ 13.03 10.04 6.72 -
YUV 89.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 133 72 68 0 0.46 0.49 0.48 3.69 0.32 0.39
Hex 85 48 44 0 2E 31 30 4 20 27
Octal 205 110 104 0 56 61 60 4 40 47
Binary 10000101 1001000 1000100 0 101110 110001 110000 100 100000 100111

Color Harmonies of #854844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854844

Black with #854844

Text Example


Text Example

White with #854844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854844; }

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

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

background-color css

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

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

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

border-color css

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

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

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