#3f1b04

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

Shades of Brown Pod #3F1B04

Tints of Brown Pod #3F1B04

Color information

#3F1B04 (or 0x3F1B04) is unknown color: approx Brown Pod. HEX triplet: 3F, 1B and 04. RGB value is (63,27,4). Sum of RGB (Red+Green+Blue) = 63+27+4=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1B04 is #C0E4FB. Grayscale: #232323. Windows color (decimal): -12641532 or 269119. OLE color: 269119.

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

Color convert

RGB63274-
CMYK00.570.940.75
HSL23.39º88.06%13.14%-
HSV(B)23.39º93.65%24.71%-
XYZ2.461.850.34-
YUV35.14110.43147.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 67.02%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=67.02%
G=28.72%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6327400.570.940.7523.3988.0613.14
Hex3F1B40395E4B1758d
Octal773340711361132713015
Binary111111110111000111001101111010010111011110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f1b04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,27,4); }

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

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

 a { background-color: rgb(63,27,4); }

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

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

 span { border-color: rgb(63,27,4); }

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