#3F160C

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

Shades of Brown Pod #3F160C

Tints of Brown Pod #3F160C

Color information

#3F160C (or 0x3F160C) is unknown color: approx Brown Pod. HEX triplet: 3F, 16 and 0C. RGB value is (63,22,12). Sum of RGB (Red+Green+Blue) = 63+22+12=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F160C is #C0E9F3. Grayscale: #212121. Windows color (decimal): -12642804 or 792127. OLE color: 792127.

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

Color convert

RGB632212-
CMYK00.650.810.75
HSL11.76º68%14.71%-
HSV(B)11.76º80.95%24.71%-
XYZ2.41.660.54-
YUV33.12116.08149.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.95%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=64.95%
G=22.68%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63221200.650.810.7511.766814.71
Hex3F16C041514Bc44f
Octal77261401011211131410417
Binary1111111011011000100000110100011001011110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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