#46403F

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

Shades of Crater Brown #46403F

Tints of Crater Brown #46403F

Color information

#46403F (or 0x46403F) is unknown color: approx Crater Brown. HEX triplet: 46, 40 and 3F. RGB value is (70,64,63). Sum of RGB (Red+Green+Blue) = 70+64+63=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 70 - color contains mainly: red. Hex color #46403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46403F is #B9BFC0. Grayscale: #414141. Windows color (decimal): -12173249 or 4145222. OLE color: 4145222.

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

Color convert

RGB706463-
CMYK00.090.100.73
HSL8.57º5.26%26.08%-
HSV(B)8.57º10%27.45%-
XYZ5.265.335.45-
YUV65.68126.49131.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 63 (25% from 255) = 31.98%
R=35.53%
G=32.49%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70646300.090.100.738.575.2626.08
Hex46403F09A49951a
Octal106100770111211111532
Binary100011010000001111110100110101001001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46403F; }

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

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

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

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

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

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

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

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