#4F1405

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

Shades of Brown Pod #4F1405

Tints of Brown Pod #4F1405

Color information

#4F1405 (or 0x4F1405) is unknown color: approx Brown Pod. HEX triplet: 4F, 14 and 05. RGB value is (79,20,5). Sum of RGB (Red+Green+Blue) = 79+20+5=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1405 is #B0EBFA. Grayscale: #242424. Windows color (decimal): -11594747 or 332879. OLE color: 332879.

HSL color Cylindrical-coordinate representation of color #4F1405: hue angle of 12.16º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F1405 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB79205-
CMYK00.750.940.69
HSL12.16º88.1%16.47%-
HSV(B)12.16º93.67%30.98%-
XYZ3.52.170.38-
YUV35.93110.55158.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 75.96%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=75.96%
G=19.23%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7920500.750.940.6912.1688.116.47
Hex4F14504B5E45c5810
Octal11724501131361051413020
Binary10011111010010101001011101111010001011100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,20,5); }

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

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

 a { background-color: rgb(79,20,5); }

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

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

 span { border-color: rgb(79,20,5); }

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