#844C45

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

Shades of Matrix #844C45

Tints of Matrix #844C45

Color information

#844C45 (or 0x844C45) is unknown color: approx Matrix. HEX triplet: 84, 4C and 45. RGB value is (132,76,69). Sum of RGB (Red+Green+Blue) = 132+76+69=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #844C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C45 is #7BB3BA. Grayscale: #5C5C5C. Windows color (decimal): -8106939 or 4541572. OLE color: 4541572.

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

Color convert

RGB1327669-
CMYK00.420.480.48
HSL6.67º31.34%39.41%-
HSV(B)6.67º47.73%51.76%-
XYZ13.1710.56.96-
YUV91.95115.05156.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=47.65%
G=27.44%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132766900.420.480.486.6731.3439.41
Hex844C4502A303071f27
Octal204114105052606073747
Binary1000010010011001000101010101011000011000011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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