#3F1F0D

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

Shades of Brown Pod #3F1F0D

Tints of Brown Pod #3F1F0D

Color information

#3F1F0D (or 0x3F1F0D) is unknown color: approx Brown Pod. HEX triplet: 3F, 1F and 0D. RGB value is (63,31,13). Sum of RGB (Red+Green+Blue) = 63+31+13=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1F0D is #C0E0F2. Grayscale: #262626. Windows color (decimal): -12640499 or 859967. OLE color: 859967.

HSL color Cylindrical-coordinate representation of color #3F1F0D: hue angle of 21.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F1F0D is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB633113-
CMYK00.510.790.75
HSL21.6º65.79%14.9%-
HSV(B)21.6º79.37%24.71%-
XYZ2.612.070.64-
YUV38.52113.6145.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=58.88%
G=28.97%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63311300.510.790.7521.665.7914.9
Hex3F1FD0334F4B1642f
Octal7737150631171132610217
Binary1111111111111010110011100111110010111011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,31,13); }

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

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

 a { background-color: rgb(63,31,13); }

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

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

 span { border-color: rgb(63,31,13); }

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