#462C22

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

Shades of Morocco Brown #462C22

Tints of Morocco Brown #462C22

Color information

#462C22 (or 0x462C22) is unknown color: approx Morocco Brown. HEX triplet: 46, 2C and 22. RGB value is (70,44,34). Sum of RGB (Red+Green+Blue) = 70+44+34=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #462C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C22 is #B9D3DD. Grayscale: #323232. Windows color (decimal): -12178398 or 2239558. OLE color: 2239558.

HSL color Cylindrical-coordinate representation of color #462C22: hue angle of 16.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462C22 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB704434-
CMYK00.370.510.73
HSL16.67º34.62%20.39%-
HSV(B)16.67º51.43%27.45%-
XYZ3.723.221.94-
YUV50.63118.61141.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=47.30%
G=29.73%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70443400.370.510.7316.6734.6220.39
Hex462C220253349112314
Octal106544204563111214324
Binary1000110101100100010010010111001110010011000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462C22; }

 p { color: rgb(70,44,34); }

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

<style>
 a { background-color: #462C22; }

 a { background-color: rgb(70,44,34); }

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

<style>
 span { border-color: #462C22; }

 span { border-color: rgb(70,44,34); }

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