#3F1E1A

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

Shades of Brown Pod #3F1E1A

Tints of Brown Pod #3F1E1A

Color information

#3F1E1A (or 0x3F1E1A) is unknown color: approx Brown Pod. HEX triplet: 3F, 1E and 1A. RGB value is (63,30,26). Sum of RGB (Red+Green+Blue) = 63+30+26=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1E1A is #C0E1E5. Grayscale: #272727. Windows color (decimal): -12640742 or 1711679. OLE color: 1711679.

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

Color convert

RGB633026-
CMYK00.520.590.75
HSL6.49º41.57%17.45%-
HSV(B)6.49º58.73%24.71%-
XYZ2.72.061.23-
YUV39.41120.43144.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.94%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=52.94%
G=25.21%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63302600.520.590.756.4941.5717.45
Hex3F1E1A0343B4B62a11
Octal7736320647311365221
Binary11111111110110100110100111011100101111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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