#3F1908

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

Shades of Brown Pod #3F1908

Tints of Brown Pod #3F1908

Color information

#3F1908 (or 0x3F1908) is unknown color: approx Brown Pod. HEX triplet: 3F, 19 and 08. RGB value is (63,25,8). Sum of RGB (Red+Green+Blue) = 63+25+8=96 (12% of max value = 765). Red value is 63 (25% from 255 or 65.62% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1908 is #C0E6F7. Grayscale: #222222. Windows color (decimal): -12642040 or 530751. OLE color: 530751.

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

Color convert

RGB63258-
CMYK00.600.870.75
HSL18.55º77.46%13.92%-
HSV(B)18.55º87.3%24.71%-
XYZ2.441.770.44-
YUV34.42113.09148.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 65.62%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=65.62%
G=26.04%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6325800.600.870.7518.5577.4613.92
Hex3F19803C574B134de
Octal7731100741271132311516
Binary1111111100110000111100101011110010111001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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