#4F403F

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

Shades of Crater Brown #4F403F

Tints of Crater Brown #4F403F

Color information

#4F403F (or 0x4F403F) is unknown color: approx Crater Brown. HEX triplet: 4F, 40 and 3F. RGB value is (79,64,63). Sum of RGB (Red+Green+Blue) = 79+64+63=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 79 - color contains mainly: red. Hex color #4F403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F403F is #B0BFC0. Grayscale: #444444. Windows color (decimal): -11583425 or 4145231. OLE color: 4145231.

HSL color Cylindrical-coordinate representation of color #4F403F: hue angle of 3.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F403F is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB796463-
CMYK00.190.200.69
HSL3.75º11.27%27.84%-
HSV(B)3.75º20.25%30.98%-
XYZ5.965.695.49-
YUV68.37124.97135.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.35%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 63 (25% from 255) = 30.58%
R=38.35%
G=31.07%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79646300.190.200.693.7511.2727.84
Hex4F403F01314454b1c
Octal117100770232410541334
Binary10011111000000111111010011101001000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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