#463F3E

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

Shades of Crater Brown #463F3E

Tints of Crater Brown #463F3E

Color information

#463F3E (or 0x463F3E) is unknown color: approx Crater Brown. HEX triplet: 46, 3F and 3E. RGB value is (70,63,62). Sum of RGB (Red+Green+Blue) = 70+63+62=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 70 - color contains mainly: red. Hex color #463F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F3E is #B9C0C1. Grayscale: #404040. Windows color (decimal): -12173506 or 4079430. OLE color: 4079430.

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

Color convert

RGB706362-
CMYK00.100.110.73
HSL7.5º6.06%25.88%-
HSV(B)7.5º11.43%27.45%-
XYZ5.175.25.29-
YUV64.98126.32131.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 63 (25% from 255) = 32.31%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=35.90%
G=32.31%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70636200.100.110.737.56.0625.88
Hex463F3E0AB49761a
Octal1067776012131117632
Binary1000110111111111110010101011100100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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