#463D3A

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

Shades of Crater Brown #463D3A

Tints of Crater Brown #463D3A

Color information

#463D3A (or 0x463D3A) is unknown color: approx Crater Brown. HEX triplet: 46, 3D and 3A. RGB value is (70,61,58). Sum of RGB (Red+Green+Blue) = 70+61+58=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #463D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D3A is #B9C2C5. Grayscale: #3F3F3F. Windows color (decimal): -12174022 or 3816774. OLE color: 3816774.

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

Color convert

RGB706158-
CMYK00.130.170.73
HSL15º9.38%25.1%-
HSV(B)15º17.14%27.45%-
XYZ4.964.954.7-
YUV63.35124.98132.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=37.04%
G=32.28%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70615800.130.170.73159.3825.1
Hex463D3A0D1149f919
Octal106757201521111171131
Binary1000110111101111010011011000110010011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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