#492B1B

Color #492B1B Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #492B1B

Tints of Morocco Brown #492B1B

Color information

#492B1B (or 0x492B1B) is unknown color: approx Morocco Brown. HEX triplet: 49, 2B and 1B. RGB value is (73,43,27). Sum of RGB (Red+Green+Blue) = 73+43+27=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #492B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B1B is #B6D4E4. Grayscale: #323232. Windows color (decimal): -11982053 or 1780553. OLE color: 1780553.

HSL color Cylindrical-coordinate representation of color #492B1B: hue angle of 20.87º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #492B1B is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB734327-
CMYK00.410.630.71
HSL20.87º46%19.61%-
HSV(B)20.87º63.01%28.63%-
XYZ3.813.221.46-
YUV50.15114.94144.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 27 (10.94% from 255) = 18.88%
R=51.05%
G=30.07%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73432700.410.630.7120.874619.61
Hex492B1B0293F47152e14
Octal111533305177107255624
Binary100100110101111011010100111111110001111010110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492B1B; }

 p { color: rgb(73,43,27); }

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

<style>
 a { background-color: #492B1B; }

 a { background-color: rgb(73,43,27); }

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

<style>
 span { border-color: #492B1B; }

 span { border-color: rgb(73,43,27); }

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