#462A22

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

Shades of Morocco Brown #462A22

Tints of Morocco Brown #462A22

Color information

#462A22 (or 0x462A22) is unknown color: approx Morocco Brown. HEX triplet: 46, 2A and 22. RGB value is (70,42,34). Sum of RGB (Red+Green+Blue) = 70+42+34=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A22 is #B9D5DD. Grayscale: #313131. Windows color (decimal): -12178910 or 2239046. OLE color: 2239046.

HSL color Cylindrical-coordinate representation of color #462A22: hue angle of 13.33º 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 #462A22 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB704234-
CMYK00.400.510.73
HSL13.33º34.62%20.39%-
HSV(B)13.33º51.43%27.45%-
XYZ3.643.071.91-
YUV49.46119.28142.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 34 (13.67% from 255) = 23.29%
R=47.95%
G=28.77%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70423400.400.510.7313.3334.6220.39
Hex462A220283349d2314
Octal106524205063111154324
Binary100011010101010001001010001100111001001110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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