#854C45

Color #854C45 Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #854C45

Tints of Matrix #854C45

Color information

#854C45 (or 0x854C45) is unknown color: approx Matrix. HEX triplet: 85, 4C and 45. RGB value is (133,76,69). Sum of RGB (Red+Green+Blue) = 133+76+69=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #854C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C45 is #7AB3BA. Grayscale: #5C5C5C. Windows color (decimal): -8041403 or 4541573. OLE color: 4541573.

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

Color convert

RGB1337669-
CMYK00.430.480.48
HSL6.56º31.68%39.61%-
HSV(B)6.56º48.12%52.16%-
XYZ13.3310.596.97-
YUV92.24114.88157.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 69 (27.34% from 255) = 24.82%
R=47.84%
G=27.34%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133766900.430.480.486.5631.6839.61
Hex854C4502B303072028
Octal205114105053606074050
Binary10000101100110010001010101011110000110000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #854C45;
 }
 .AnyTagClassName
 {
   color: #854C45;
 }
</style>
background-color css

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

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

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

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

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

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