#462C19

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

Shades of Morocco Brown #462C19

Tints of Morocco Brown #462C19

Color information

#462C19 (or 0x462C19) is unknown color: approx Morocco Brown. HEX triplet: 46, 2C and 19. RGB value is (70,44,25). Sum of RGB (Red+Green+Blue) = 70+44+25=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C19 is #B9D3E6. Grayscale: #313131. Windows color (decimal): -12178407 or 1649734. OLE color: 1649734.

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

Color convert

RGB704425-
CMYK00.370.640.73
HSL25.33º47.37%18.63%-
HSV(B)25.33º64.29%27.45%-
XYZ3.63.171.34-
YUV49.61114.11142.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 44 (17.58% from 255) = 31.65%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=50.36%
G=31.65%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70442500.370.640.7325.3347.3718.63
Hex462C190254049192f13
Octal1065431045100111315723
Binary1000110101100110010100101100000010010011100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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