#844B45

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

Shades of Matrix #844B45

Tints of Matrix #844B45

Color information

#844B45 (or 0x844B45) is unknown color: approx Matrix. HEX triplet: 84, 4B and 45. RGB value is (132,75,69). Sum of RGB (Red+Green+Blue) = 132+75+69=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #844B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B45 is #7BB4BA. Grayscale: #5B5B5B. Windows color (decimal): -8107195 or 4541316. OLE color: 4541316.

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

Color convert

RGB1327569-
CMYK00.430.480.48
HSL5.71º31.34%39.41%-
HSV(B)5.71º47.73%51.76%-
XYZ13.1110.376.94-
YUV91.36115.38156.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 69 (27.34% from 255) = 25%
R=47.83%
G=27.17%
B=25%

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
Decimal132756900.430.480.485.7131.3439.41
Hex844B4502B303061f27
Octal204113105053606063747
Binary1000010010010111000101010101111000011000011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B45; }

 p { color: rgb(132,75,69); }

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

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

 a { background-color: rgb(132,75,69); }

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

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

 span { border-color: rgb(132,75,69); }

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