#3F2313

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

Shades of Brown Pod #3F2313

Tints of Brown Pod #3F2313

Color information

#3F2313 (or 0x3F2313) is unknown color: approx Brown Pod. HEX triplet: 3F, 23 and 13. RGB value is (63,35,19). Sum of RGB (Red+Green+Blue) = 63+35+19=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2313 is #C0DCEC. Grayscale: #292929. Windows color (decimal): -12639469 or 1254207. OLE color: 1254207.

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

Color convert

RGB633519-
CMYK00.440.700.75
HSL21.82º53.66%16.08%-
HSV(B)21.82º69.84%24.71%-
XYZ2.772.310.92-
YUV41.55115.28143.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.85%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=53.85%
G=29.91%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63351900.440.700.7521.8253.6616.08
Hex3F231302C464B163610
Octal774323054106113266620
Binary111111100011100110101100100011010010111011011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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