Html Css Color HEX #854C44 Matrix

📋 copy color: '#854C44'

red 133 ◦ green 76 ◦ blue 68

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

Shades of Matrix #854C44

Tints of Matrix #854C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.44%

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

R = 48.01%
G = 27.44%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#854C44 (or 0x854C44) is known color: Matrix. HEX triplet: 85, 4C and 44. RGB value is (133,76,68). Sum of RGB (Red+Green+Blue) = 133+76+68=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #854C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C44 is #7AB3BB. Grayscale: #5C5C5C. Windows color (decimal): -8041404 or 4476037. OLE color: 4476037.

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

Color convert

RGB 133 76 68 -
CMYK 0 0.43 0.49 0.48
HSL 7.38º 0.32% 0.39% -
HSV(B) 7.38º 0.49% 0.52% -
XYZ 13.3 10.57 6.81 -
YUV 92.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 133 76 68 0 0.43 0.49 0.48 7.38 0.32 0.39
Hex 85 4C 44 0 2B 31 30 7 20 27
Octal 205 114 104 0 53 61 60 7 40 47
Binary 10000101 1001100 1000100 0 101011 110001 110000 111 100000 100111

Color Harmonies of #854C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C44

Black with #854C44

Text Example


Text Example

White with #854C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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