#4F423E

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

Shades of Crater Brown #4F423E

Tints of Crater Brown #4F423E

Color information

#4F423E (or 0x4F423E) is unknown color: approx Crater Brown. HEX triplet: 4F, 42 and 3E. RGB value is (79,66,62). Sum of RGB (Red+Green+Blue) = 79+66+62=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F423E is #B0BDC1. Grayscale: #454545. Windows color (decimal): -11582914 or 4080207. OLE color: 4080207.

HSL color Cylindrical-coordinate representation of color #4F423E: hue angle of 14.12º 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 #4F423E is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB796662-
CMYK00.160.220.69
HSL14.12º12.06%27.65%-
HSV(B)14.12º21.52%30.98%-
XYZ6.045.915.38-
YUV69.43123.81134.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 62 (24.61% from 255) = 29.95%
R=38.16%
G=31.88%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79666200.160.220.6914.1212.0627.65
Hex4F423E0101645ec1c
Octal1171027602026105161434
Binary100111110000101111100100001011010001011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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