#3F1B0D

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

Shades of Brown Pod #3F1B0D

Tints of Brown Pod #3F1B0D

Color information

#3F1B0D (or 0x3F1B0D) is unknown color: approx Brown Pod. HEX triplet: 3F, 1B and 0D. RGB value is (63,27,13). Sum of RGB (Red+Green+Blue) = 63+27+13=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1B0D is #C0E4F2. Grayscale: #242424. Windows color (decimal): -12641523 or 858943. OLE color: 858943.

HSL color Cylindrical-coordinate representation of color #3F1B0D: hue angle of 16.8º 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 #3F1B0D is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB632713-
CMYK00.570.790.75
HSL16.8º65.79%14.9%-
HSV(B)16.8º79.37%24.71%-
XYZ2.511.870.61-
YUV36.17114.93147.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.17%
GREEN value IS 27 (10.94% from 255) = 26.21%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=61.17%
G=26.21%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63271300.570.790.7516.865.7914.9
Hex3F1BD0394F4B1142f
Octal7733150711171132110217
Binary1111111101111010111001100111110010111000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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