#4F4846

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

Shades of Crater Brown #4F4846

Tints of Crater Brown #4F4846

Color information

#4F4846 (or 0x4F4846) is unknown color: approx Crater Brown. HEX triplet: 4F, 48 and 46. RGB value is (79,72,70). Sum of RGB (Red+Green+Blue) = 79+72+70=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4846 is #B0B7B9. Grayscale: #494949. Windows color (decimal): -11581370 or 4606031. OLE color: 4606031.

HSL color Cylindrical-coordinate representation of color #4F4846: hue angle of 13.33º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F4846 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB797270-
CMYK00.090.110.69
HSL13.33º6.04%29.22%-
HSV(B)13.33º11.39%30.98%-
XYZ6.656.746.74-
YUV73.86125.82131.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=35.75%
G=32.58%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79727000.090.110.6913.336.0429.22
Hex4F484609B45d61d
Octal1171101060111310515635
Binary1001111100100010001100100110111000101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F4846; }

 p { color: rgb(79,72,70); }

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

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

 a { background-color: rgb(79,72,70); }

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

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

 span { border-color: rgb(79,72,70); }

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