#3F1F08

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

Shades of Brown Pod #3F1F08

Tints of Brown Pod #3F1F08

Color information

#3F1F08 (or 0x3F1F08) is unknown color: approx Brown Pod. HEX triplet: 3F, 1F and 08. RGB value is (63,31,8). Sum of RGB (Red+Green+Blue) = 63+31+8=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1F08 is #C0E0F7. Grayscale: #262626. Windows color (decimal): -12640504 or 532287. OLE color: 532287.

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

Color convert

RGB63318-
CMYK00.510.870.75
HSL25.09º77.46%13.92%-
HSV(B)25.09º87.3%24.71%-
XYZ2.582.050.49-
YUV37.95111.1145.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.76%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=61.76%
G=30.39%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6331800.510.870.7525.0977.4613.92
Hex3F1F8033574B194de
Octal7737100631271133111516
Binary1111111111110000110011101011110010111100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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