#3F1D18

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

Shades of Brown Pod #3F1D18

Tints of Brown Pod #3F1D18

Color information

#3F1D18 (or 0x3F1D18) is unknown color: approx Brown Pod. HEX triplet: 3F, 1D and 18. RGB value is (63,29,24). Sum of RGB (Red+Green+Blue) = 63+29+24=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1D18 is #C0E2E7. Grayscale: #262626. Windows color (decimal): -12641000 or 1580351. OLE color: 1580351.

HSL color Cylindrical-coordinate representation of color #3F1D18: hue angle of 7.69º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F1D18 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB632924-
CMYK00.540.620.75
HSL7.69º44.83%17.06%-
HSV(B)7.69º61.9%24.71%-
XYZ2.6521.11-
YUV38.6119.76145.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.31%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=54.31%
G=25%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63292400.540.620.757.6944.8317.06
Hex3F1D180363E4B82d11
Octal77353006676113105521
Binary111111111011100001101101111101001011100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,29,24); }

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

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

 a { background-color: rgb(63,29,24); }

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

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

 span { border-color: rgb(63,29,24); }

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