#462715

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

Shades of Morocco Brown #462715

Tints of Morocco Brown #462715

Color information

#462715 (or 0x462715) is unknown color: approx Morocco Brown. HEX triplet: 46, 27 and 15. RGB value is (70,39,21). Sum of RGB (Red+Green+Blue) = 70+39+21=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #462715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462715 is #B9D8EA. Grayscale: #2E2E2E. Windows color (decimal): -12179691 or 1386310. OLE color: 1386310.

HSL color Cylindrical-coordinate representation of color #462715: hue angle of 22.04º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462715 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB703921-
CMYK00.440.700.73
HSL22.04º53.85%17.84%-
HSV(B)22.04º70%27.45%-
XYZ3.392.811.07-
YUV46.22113.77144.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=53.85%
G=30%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70392100.440.700.7322.0453.8517.84
Hex46271502C4649163612
Octal1064725054106111266622
Binary1000110100111101010101100100011010010011011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462715; }

 p { color: rgb(70,39,21); }

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

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

 a { background-color: rgb(70,39,21); }

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

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

 span { border-color: rgb(70,39,21); }

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