#4F4340

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

Shades of Crater Brown #4F4340

Tints of Crater Brown #4F4340

Color information

#4F4340 (or 0x4F4340) is unknown color: approx Crater Brown. HEX triplet: 4F, 43 and 40. RGB value is (79,67,64). Sum of RGB (Red+Green+Blue) = 79+67+64=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4340 is #B0BCBF. Grayscale: #464646. Windows color (decimal): -11582656 or 4211535. OLE color: 4211535.

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

Color convert

RGB796764-
CMYK00.150.190.69
HSL12º10.49%28.04%-
HSV(B)12º18.99%30.98%-
XYZ6.166.055.69-
YUV70.25124.48134.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.62%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=37.62%
G=31.90%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79676400.150.190.691210.4928.04
Hex4F43400F1345ca1c
Octal11710310001723105141234
Binary100111110000111000000011111001110001011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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