#3F1E08

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

Shades of Brown Pod #3F1E08

Tints of Brown Pod #3F1E08

Color information

#3F1E08 (or 0x3F1E08) is unknown color: approx Brown Pod. HEX triplet: 3F, 1E and 08. RGB value is (63,30,8). Sum of RGB (Red+Green+Blue) = 63+30+8=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1E08 is #C0E1F7. Grayscale: #252525. Windows color (decimal): -12640760 or 532031. OLE color: 532031.

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

Color convert

RGB63308-
CMYK00.520.870.75
HSL24º77.46%13.92%-
HSV(B)24º87.3%24.71%-
XYZ2.5620.48-
YUV37.36111.43146.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 62.38%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=62.38%
G=29.70%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6330800.520.870.752477.4613.92
Hex3F1E8034574B184de
Octal7736100641271133011516
Binary1111111111010000110100101011110010111100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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