#462F23

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

Shades of Morocco Brown #462F23

Tints of Morocco Brown #462F23

Color information

#462F23 (or 0x462F23) is unknown color: approx Morocco Brown. HEX triplet: 46, 2F and 23. RGB value is (70,47,35). Sum of RGB (Red+Green+Blue) = 70+47+35=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F23 is #B9D0DC. Grayscale: #343434. Windows color (decimal): -12177629 or 2305862. OLE color: 2305862.

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

Color convert

RGB704735-
CMYK00.330.50.73
HSL20.57º33.33%20.59%-
HSV(B)20.57º50%27.45%-
XYZ3.853.462.05-
YUV52.51118.12140.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=46.05%
G=30.92%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70473500.330.50.7320.5733.3320.59
Hex462F230213249152115
Octal106574304162111254125
Binary1000110101111100011010000111001010010011010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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