#462718

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

Shades of Morocco Brown #462718

Tints of Morocco Brown #462718

Color information

#462718 (or 0x462718) is unknown color: approx Morocco Brown. HEX triplet: 46, 27 and 18. RGB value is (70,39,24). Sum of RGB (Red+Green+Blue) = 70+39+24=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #462718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462718 is #B9D8E7. Grayscale: #2E2E2E. Windows color (decimal): -12179688 or 1582918. OLE color: 1582918.

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

Color convert

RGB703924-
CMYK00.440.660.73
HSL19.57º48.94%18.43%-
HSV(B)19.57º65.71%27.45%-
XYZ3.422.821.23-
YUV46.56115.27144.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.63%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=52.63%
G=29.32%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70392400.440.660.7319.5748.9418.43
Hex46271802C4249143112
Octal1064730054102111246122
Binary1000110100111110000101100100001010010011010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462718; }

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

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

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

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

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

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

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

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