#3F1603

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

Shades of Brown Pod #3F1603

Tints of Brown Pod #3F1603

Color information

#3F1603 (or 0x3F1603) is unknown color: approx Brown Pod. HEX triplet: 3F, 16 and 03. RGB value is (63,22,3). Sum of RGB (Red+Green+Blue) = 63+22+3=88 (11% of max value = 765). Red value is 63 (25% from 255 or 71.59% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1603 is #C0E9FC. Grayscale: #202020. Windows color (decimal): -12642813 or 202303. OLE color: 202303.

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

Color convert

RGB63223-
CMYK00.650.950.75
HSL19º90.91%12.94%-
HSV(B)19º95.24%24.71%-
XYZ2.351.640.28-
YUV32.09111.58150.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 71.59%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=71.59%
G=25%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6322300.650.950.751990.9112.94
Hex3F1630415F4B135bd
Octal7726301011371132313315
Binary111111101101101000001101111110010111001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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