#462B19

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

Shades of Morocco Brown #462B19

Tints of Morocco Brown #462B19

Color information

#462B19 (or 0x462B19) is unknown color: approx Morocco Brown. HEX triplet: 46, 2B and 19. RGB value is (70,43,25). Sum of RGB (Red+Green+Blue) = 70+43+25=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #462B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B19 is #B9D4E6. Grayscale: #313131. Windows color (decimal): -12178663 or 1649478. OLE color: 1649478.

HSL color Cylindrical-coordinate representation of color #462B19: hue angle of 24º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #462B19 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB704325-
CMYK00.390.640.73
HSL24º47.37%18.63%-
HSV(B)24º64.29%27.45%-
XYZ3.573.11.33-
YUV49.02114.45142.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=50.72%
G=31.16%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70432500.390.640.732447.3718.63
Hex462B190274049182f13
Octal1065331047100111305723
Binary1000110101011110010100111100000010010011100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,43,25); }

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

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

 a { background-color: rgb(70,43,25); }

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

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

 span { border-color: rgb(70,43,25); }

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