#934B48

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

Shades of Matrix #934B48

Tints of Matrix #934B48

Color information

#934B48 (or 0x934B48) is unknown color: approx Matrix. HEX triplet: 93, 4B and 48. RGB value is (147,75,72). Sum of RGB (Red+Green+Blue) = 147+75+72=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #934B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934B48 is #6CB4B7. Grayscale: #606060. Windows color (decimal): -7124152 or 4737939. OLE color: 4737939.

HSL color Cylindrical-coordinate representation of color #934B48: hue angle of 2.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #934B48 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1477572-
CMYK00.490.510.42
HSL2.4º34.25%42.94%-
HSV(B)2.4º51.02%57.65%-
XYZ15.7211.77.56-
YUV96.19114.35164.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=50%
G=25.51%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147757200.490.510.422.434.2542.94
Hex934B48031332A2222b
Octal223113110061635224253
Binary1001001110010111001000011000111001110101010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934B48; }

 p { color: rgb(147,75,72); }

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

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

 a { background-color: rgb(147,75,72); }

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

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

 span { border-color: rgb(147,75,72); }

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