#462F26

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

Shades of Morocco Brown #462F26

Tints of Morocco Brown #462F26

Color information

#462F26 (or 0x462F26) is unknown color: approx Morocco Brown. HEX triplet: 46, 2F and 26. RGB value is (70,47,38). Sum of RGB (Red+Green+Blue) = 70+47+38=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #462F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F26 is #B9D0D9. Grayscale: #343434. Windows color (decimal): -12177626 or 2502470. OLE color: 2502470.

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

Color convert

RGB704738-
CMYK00.330.460.73
HSL16.88º29.63%21.18%-
HSV(B)16.88º45.71%27.45%-
XYZ3.893.482.3-
YUV52.85119.62140.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 47 (18.75% from 255) = 30.32%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=45.16%
G=30.32%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70473800.330.460.7316.8829.6321.18
Hex462F260212E49111e15
Octal106574604156111213625
Binary100011010111110011001000011011101001001100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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