#3F1A13

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

Shades of Brown Pod #3F1A13

Tints of Brown Pod #3F1A13

Color information

#3F1A13 (or 0x3F1A13) is unknown color: approx Brown Pod. HEX triplet: 3F, 1A and 13. RGB value is (63,26,19). Sum of RGB (Red+Green+Blue) = 63+26+19=108 (14% of max value = 765). Red value is 63 (25% from 255 or 58.33% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1A13 is #C0E5EC. Grayscale: #242424. Windows color (decimal): -12641773 or 1251903. OLE color: 1251903.

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

Color convert

RGB632619-
CMYK00.590.700.75
HSL9.55º53.66%16.08%-
HSV(B)9.55º69.84%24.71%-
XYZ2.541.840.84-
YUV36.26118.26147.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.33%
GREEN value IS 26 (10.55% from 255) = 24.07%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=58.33%
G=24.07%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63261900.590.700.759.5553.6616.08
Hex3F1A1303B464Ba3610
Octal773223073106113126620
Binary1111111101010011011101110001101001011101011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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