#4F413E

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

Shades of Crater Brown #4F413E

Tints of Crater Brown #4F413E

Color information

#4F413E (or 0x4F413E) is unknown color: approx Crater Brown. HEX triplet: 4F, 41 and 3E. RGB value is (79,65,62). Sum of RGB (Red+Green+Blue) = 79+65+62=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 79 - color contains mainly: red. Hex color #4F413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F413E is #B0BEC1. Grayscale: #444444. Windows color (decimal): -11583170 or 4079951. OLE color: 4079951.

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

Color convert

RGB796562-
CMYK00.180.220.69
HSL10.59º12.06%27.65%-
HSV(B)10.59º21.52%30.98%-
XYZ5.985.795.36-
YUV68.84124.14135.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.35%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=38.35%
G=31.55%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79656200.180.220.6910.5912.0627.65
Hex4F413E0121645bc1c
Octal1171017602226105131434
Binary100111110000011111100100101011010001011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,62); }

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

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

 a { background-color: rgb(79,65,62); }

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

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

 span { border-color: rgb(79,65,62); }

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