#3F1E15

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

Shades of Brown Pod #3F1E15

Tints of Brown Pod #3F1E15

Color information

#3F1E15 (or 0x3F1E15) is unknown color: approx Brown Pod. HEX triplet: 3F, 1E and 15. RGB value is (63,30,21). Sum of RGB (Red+Green+Blue) = 63+30+21=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1E15 is #C0E1EA. Grayscale: #262626. Windows color (decimal): -12640747 or 1383999. OLE color: 1383999.

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

Color convert

RGB633021-
CMYK00.520.670.75
HSL12.86º50%16.47%-
HSV(B)12.86º66.67%24.71%-
XYZ2.652.040.96-
YUV38.84117.93145.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.26%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=55.26%
G=26.32%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63302100.520.670.7512.865016.47
Hex3F1E15034434Bd3210
Octal773625064103113156220
Binary1111111111010101011010010000111001011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,30,21); }

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

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

 a { background-color: rgb(63,30,21); }

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

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

 span { border-color: rgb(63,30,21); }

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