#462B24

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

Shades of Morocco Brown #462B24

Tints of Morocco Brown #462B24

Color information

#462B24 (or 0x462B24) is unknown color: approx Morocco Brown. HEX triplet: 46, 2B and 24. RGB value is (70,43,36). Sum of RGB (Red+Green+Blue) = 70+43+36=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #462B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B24 is #B9D4DB. Grayscale: #323232. Windows color (decimal): -12178652 or 2370374. OLE color: 2370374.

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

Color convert

RGB704336-
CMYK00.390.490.73
HSL12.35º32.08%20.78%-
HSV(B)12.35º48.57%27.45%-
XYZ3.713.162.08-
YUV50.28119.95142.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 43 (17.19% from 255) = 28.86%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=46.98%
G=28.86%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70433600.390.490.7312.3532.0820.78
Hex462B240273149c2015
Octal106534404761111144025
Binary100011010101110010001001111100011001001110010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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