#4F1501

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

Shades of Brown Pod #4F1501

Tints of Brown Pod #4F1501

Color information

#4F1501 (or 0x4F1501) is unknown color: approx Brown Pod. HEX triplet: 4F, 15 and 01. RGB value is (79,21,1). Sum of RGB (Red+Green+Blue) = 79+21+1=101 (13% of max value = 765). Red value is 79 (31.25% from 255 or 78.22% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1501 is #B0EAFE. Grayscale: #242424. Windows color (decimal): -11594495 or 70991. OLE color: 70991.

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

Color convert

RGB79211-
CMYK00.730.990.69
HSL15.38º97.5%15.69%-
HSV(B)15.38º98.73%30.98%-
XYZ3.52.20.27-
YUV36.06108.22158.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 78.22%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=78.22%
G=20.79%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7921100.730.990.6915.3897.515.69
Hex4F1510496345f6210
Octal11725101111431051714220
Binary100111110101101001001110001110001011111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,1); }

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

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

 a { background-color: rgb(79,21,1); }

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

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

 span { border-color: rgb(79,21,1); }

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