#3F1A0C

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

Shades of Brown Pod #3F1A0C

Tints of Brown Pod #3F1A0C

Color information

#3F1A0C (or 0x3F1A0C) is unknown color: approx Brown Pod. HEX triplet: 3F, 1A and 0C. RGB value is (63,26,12). Sum of RGB (Red+Green+Blue) = 63+26+12=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1A0C is #C0E5F3. Grayscale: #232323. Windows color (decimal): -12641780 or 793151. OLE color: 793151.

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

Color convert

RGB632612-
CMYK00.590.810.75
HSL16.47º68%14.71%-
HSV(B)16.47º80.95%24.71%-
XYZ2.491.820.57-
YUV35.47114.76147.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 62.38%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=62.38%
G=25.74%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63261200.590.810.7516.476814.71
Hex3F1AC03B514B1044f
Octal7732140731211132010417
Binary1111111101011000111011101000110010111000010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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