#462B23

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

Shades of Morocco Brown #462B23

Tints of Morocco Brown #462B23

Color information

#462B23 (or 0x462B23) is unknown color: approx Morocco Brown. HEX triplet: 46, 2B and 23. RGB value is (70,43,35). Sum of RGB (Red+Green+Blue) = 70+43+35=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #462B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B23 is #B9D4DC. Grayscale: #323232. Windows color (decimal): -12178653 or 2304838. OLE color: 2304838.

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

Color convert

RGB704335-
CMYK00.390.50.73
HSL13.71º33.33%20.59%-
HSV(B)13.71º50%27.45%-
XYZ3.693.152-
YUV50.16119.45142.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 35 (14.06% from 255) = 23.65%
R=47.30%
G=29.05%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70433500.390.50.7313.7133.3320.59
Hex462B230273249e2115
Octal106534304762111164125
Binary100011010101110001101001111100101001001111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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