#462F24

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

Shades of Morocco Brown #462F24

Tints of Morocco Brown #462F24

Color information

#462F24 (or 0x462F24) is unknown color: approx Morocco Brown. HEX triplet: 46, 2F and 24. RGB value is (70,47,36). Sum of RGB (Red+Green+Blue) = 70+47+36=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #462F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F24 is #B9D0DB. Grayscale: #343434. Windows color (decimal): -12177628 or 2371398. OLE color: 2371398.

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

Color convert

RGB704736-
CMYK00.330.490.73
HSL19.41º32.08%20.78%-
HSV(B)19.41º48.57%27.45%-
XYZ3.863.462.13-
YUV52.62118.62140.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=45.75%
G=30.72%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70473600.330.490.7319.4132.0820.78
Hex462F240213149132015
Octal106574404161111234025
Binary1000110101111100100010000111000110010011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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