#464140

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

Shades of Crater Brown #464140

Tints of Crater Brown #464140

Color information

#464140 (or 0x464140) is unknown color: approx Crater Brown. HEX triplet: 46, 41 and 40. RGB value is (70,65,64). Sum of RGB (Red+Green+Blue) = 70+65+64=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 70 - color contains mainly: red. Hex color #464140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464140 is #B9BEBF. Grayscale: #424242. Windows color (decimal): -12172992 or 4211014. OLE color: 4211014.

HSL color Cylindrical-coordinate representation of color #464140: hue angle of 10º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #464140 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB706564-
CMYK00.070.090.73
HSL10º4.48%26.27%-
HSV(B)10º8.57%27.45%-
XYZ5.345.455.62-
YUV66.38126.66130.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=35.18%
G=32.66%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70656400.070.090.73104.4826.27
Hex46414007949a41a
Octal106101100071111112432
Binary100011010000011000000011110011001001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464140; }

 p { color: rgb(70,65,64); }

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

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

 a { background-color: rgb(70,65,64); }

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

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

 span { border-color: rgb(70,65,64); }

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