#463E3D

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

Shades of Crater Brown #463E3D

Tints of Crater Brown #463E3D

Color information

#463E3D (or 0x463E3D) is unknown color: approx Crater Brown. HEX triplet: 46, 3E and 3D. RGB value is (70,62,61). Sum of RGB (Red+Green+Blue) = 70+62+61=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 70 - color contains mainly: red. Hex color #463E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E3D is #B9C1C2. Grayscale: #404040. Windows color (decimal): -12173763 or 4013638. OLE color: 4013638.

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

Color convert

RGB706261-
CMYK00.110.130.73
HSL6.67º6.87%25.69%-
HSV(B)6.67º12.86%27.45%-
XYZ5.095.085.13-
YUV64.28126.15132.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=36.27%
G=32.12%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70626100.110.130.736.676.8725.69
Hex463E3D0BD49771a
Octal1067675013151117732
Binary1000110111110111101010111101100100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463E3D; }

 p { color: rgb(70,62,61); }

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

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

 a { background-color: rgb(70,62,61); }

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

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

 span { border-color: rgb(70,62,61); }

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