#3F1811

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

Shades of Brown Pod #3F1811

Tints of Brown Pod #3F1811

Color information

#3F1811 (or 0x3F1811) is unknown color: approx Brown Pod. HEX triplet: 3F, 18 and 11. RGB value is (63,24,17). Sum of RGB (Red+Green+Blue) = 63+24+17=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1811 is #C0E7EE. Grayscale: #222222. Windows color (decimal): -12642287 or 1120319. OLE color: 1120319.

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

Color convert

RGB632417-
CMYK00.620.730.75
HSL9.13º57.5%15.69%-
HSV(B)9.13º73.02%24.71%-
XYZ2.481.750.74-
YUV34.86117.92148.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 60.58%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=60.58%
G=23.08%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63241700.620.730.759.1357.515.69
Hex3F181103E494B93a10
Octal773021076111113117220
Binary1111111100010001011111010010011001011100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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