#462819

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

Shades of Morocco Brown #462819

Tints of Morocco Brown #462819

Color information

#462819 (or 0x462819) is unknown color: approx Morocco Brown. HEX triplet: 46, 28 and 19. RGB value is (70,40,25). Sum of RGB (Red+Green+Blue) = 70+40+25=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #462819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462819 is #B9D7E6. Grayscale: #2F2F2F. Windows color (decimal): -12179431 or 1648710. OLE color: 1648710.

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

Color convert

RGB704025-
CMYK00.430.640.73
HSL20º47.37%18.63%-
HSV(B)20º64.29%27.45%-
XYZ3.462.891.3-
YUV47.26115.44144.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=51.85%
G=29.63%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70402500.430.640.732047.3718.63
Hex46281902B4049142f13
Octal1065031053100111245723
Binary1000110101000110010101011100000010010011010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462819; }

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

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

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

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

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

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

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

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