#462818

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

Shades of Morocco Brown #462818

Tints of Morocco Brown #462818

Color information

#462818 (or 0x462818) is unknown color: approx Morocco Brown. HEX triplet: 46, 28 and 18. RGB value is (70,40,24). Sum of RGB (Red+Green+Blue) = 70+40+24=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #462818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462818 is #B9D7E7. Grayscale: #2F2F2F. Windows color (decimal): -12179432 or 1583174. OLE color: 1583174.

HSL color Cylindrical-coordinate representation of color #462818: hue angle of 20.87º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #462818 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB704024-
CMYK00.430.660.73
HSL20.87º48.94%18.43%-
HSV(B)20.87º65.71%27.45%-
XYZ3.452.891.24-
YUV47.15114.94144.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=52.24%
G=29.85%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70402400.430.660.7320.8748.9418.43
Hex46281802B4249153112
Octal1065030053102111256122
Binary1000110101000110000101011100001010010011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462818; }

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

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

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

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

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

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

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

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