#3F2413

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

Shades of Brown Pod #3F2413

Tints of Brown Pod #3F2413

Color information

#3F2413 (or 0x3F2413) is unknown color: approx Brown Pod. HEX triplet: 3F, 24 and 13. RGB value is (63,36,19). Sum of RGB (Red+Green+Blue) = 63+36+19=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2413 is #C0DBEC. Grayscale: #2A2A2A. Windows color (decimal): -12639213 or 1254463. OLE color: 1254463.

HSL color Cylindrical-coordinate representation of color #3F2413: hue angle of 23.18º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F2413 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB633619-
CMYK00.430.700.75
HSL23.18º53.66%16.08%-
HSV(B)23.18º69.84%24.71%-
XYZ2.82.370.93-
YUV42.13114.95142.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.39%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=53.39%
G=30.51%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63361900.430.700.7523.1853.6616.08
Hex3F241302B464B173610
Octal774423053106113276620
Binary111111100100100110101011100011010010111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,36,19); }

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

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

 a { background-color: rgb(63,36,19); }

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

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

 span { border-color: rgb(63,36,19); }

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