#462923

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

Shades of Morocco Brown #462923

Tints of Morocco Brown #462923

Color information

#462923 (or 0x462923) is unknown color: approx Morocco Brown. HEX triplet: 46, 29 and 23. RGB value is (70,41,35). Sum of RGB (Red+Green+Blue) = 70+41+35=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462923 is #B9D6DC. Grayscale: #313131. Windows color (decimal): -12179165 or 2304326. OLE color: 2304326.

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

Color convert

RGB704135-
CMYK00.410.50.73
HSL10.29º33.33%20.59%-
HSV(B)10.29º50%27.45%-
XYZ3.623.011.98-
YUV48.99120.11142.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=47.95%
G=28.08%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70413500.410.50.7310.2933.3320.59
Hex4629230293249a2115
Octal106514305162111124125
Binary100011010100110001101010011100101001001101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462923; }

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

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

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

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

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

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

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

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