#3F1C0C

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

Shades of Brown Pod #3F1C0C

Tints of Brown Pod #3F1C0C

Color information

#3F1C0C (or 0x3F1C0C) is unknown color: approx Brown Pod. HEX triplet: 3F, 1C and 0C. RGB value is (63,28,12). Sum of RGB (Red+Green+Blue) = 63+28+12=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1C0C is #C0E3F3. Grayscale: #242424. Windows color (decimal): -12641268 or 793663. OLE color: 793663.

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

Color convert

RGB632812-
CMYK00.560.810.75
HSL18.82º68%14.71%-
HSV(B)18.82º80.95%24.71%-
XYZ2.531.910.58-
YUV36.64114.1146.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.17%
GREEN value IS 28 (11.33% from 255) = 27.18%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=61.17%
G=27.18%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63281200.560.810.7518.826814.71
Hex3F1CC038514B1344f
Octal7734140701211132310417
Binary1111111110011000111000101000110010111001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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