#3F1F03

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

Shades of Brown Pod #3F1F03

Tints of Brown Pod #3F1F03

Color information

#3F1F03 (or 0x3F1F03) is unknown color: approx Brown Pod. HEX triplet: 3F, 1F and 03. RGB value is (63,31,3). Sum of RGB (Red+Green+Blue) = 63+31+3=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1F03 is #C0E0FC. Grayscale: #252525. Windows color (decimal): -12640509 or 204607. OLE color: 204607.

HSL color Cylindrical-coordinate representation of color #3F1F03: hue angle of 28º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F1F03 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB63313-
CMYK00.510.950.75
HSL28º90.91%12.94%-
HSV(B)28º95.24%24.71%-
XYZ2.562.040.35-
YUV37.38108.6146.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 64.95%
GREEN value IS 31 (12.5% from 255) = 31.96%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=64.95%
G=31.96%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6331300.510.950.752890.9112.94
Hex3F1F30335F4B1c5bd
Octal773730631371133413315
Binary11111111111110110011101111110010111110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,31,3); }

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

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

 a { background-color: rgb(63,31,3); }

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

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

 span { border-color: rgb(63,31,3); }

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