#3F1601

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

Shades of Brown Pod #3F1601

Tints of Brown Pod #3F1601

Color information

#3F1601 (or 0x3F1601) is unknown color: approx Brown Pod. HEX triplet: 3F, 16 and 01. RGB value is (63,22,1). Sum of RGB (Red+Green+Blue) = 63+22+1=86 (11% of max value = 765). Red value is 63 (25% from 255 or 73.26% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1601 is #C0E9FE. Grayscale: #1F1F1F. Windows color (decimal): -12642815 or 71231. OLE color: 71231.

HSL color Cylindrical-coordinate representation of color #3F1601: hue angle of 20.32º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F1601 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB63221-
CMYK00.650.980.75
HSL20.32º96.88%12.55%-
HSV(B)20.32º98.41%24.71%-
XYZ2.341.630.22-
YUV31.86110.58150.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 73.26%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=73.26%
G=25.58%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6322100.650.980.7520.3296.8812.55
Hex3F161041624B1461d
Octal7726101011421132414115
Binary11111110110101000001110001010010111010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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