#4F1601

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

Shades of Brown Pod #4F1601

Tints of Brown Pod #4F1601

Color information

#4F1601 (or 0x4F1601) is unknown color: approx Brown Pod. HEX triplet: 4F, 16 and 01. RGB value is (79,22,1). Sum of RGB (Red+Green+Blue) = 79+22+1=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1601 is #B0E9FE. Grayscale: #242424. Windows color (decimal): -11594239 or 71247. OLE color: 71247.

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

Color convert

RGB79221-
CMYK00.720.990.69
HSL16.15º97.5%15.69%-
HSV(B)16.15º98.73%30.98%-
XYZ3.522.240.28-
YUV36.65107.88158.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 77.45%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=77.45%
G=21.57%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7922100.720.990.6916.1597.515.69
Hex4F1610486345106210
Octal11726101101431052014220
Binary1001111101101010010001100011100010110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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