#3F180B

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

Shades of Brown Pod #3F180B

Tints of Brown Pod #3F180B

Color information

#3F180B (or 0x3F180B) is unknown color: approx Brown Pod. HEX triplet: 3F, 18 and 0B. RGB value is (63,24,11). Sum of RGB (Red+Green+Blue) = 63+24+11=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F180B is #C0E7F4. Grayscale: #222222. Windows color (decimal): -12642293 or 727103. OLE color: 727103.

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

Color convert

RGB632411-
CMYK00.620.830.75
HSL15º70.27%14.51%-
HSV(B)15º82.54%24.71%-
XYZ2.441.730.52-
YUV34.18114.92148.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.29%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=64.29%
G=24.49%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63241100.620.830.751570.2714.51
Hex3F18B03E534Bf46f
Octal7730130761231131710617
Binary111111110001011011111010100111001011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,24,11); }

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

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

 a { background-color: rgb(63,24,11); }

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

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

 span { border-color: rgb(63,24,11); }

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