#3F1201

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

Shades of Brown Pod #3F1201

Tints of Brown Pod #3F1201

Color information

#3F1201 (or 0x3F1201) is unknown color: approx Brown Pod. HEX triplet: 3F, 12 and 01. RGB value is (63,18,1). Sum of RGB (Red+Green+Blue) = 63+18+1=82 (10% of max value = 765). Red value is 63 (25% from 255 or 76.83% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1201 is #C0EDFE. Grayscale: #1D1D1D. Windows color (decimal): -12643839 or 70207. OLE color: 70207.

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

Color convert

RGB63181-
CMYK00.710.980.75
HSL16.45º96.88%12.55%-
HSV(B)16.45º98.41%24.71%-
XYZ2.271.490.2-
YUV29.52111.91151.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 76.83%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=76.83%
G=21.95%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6318100.710.980.7516.4596.8812.55
Hex3F121047624B1061d
Octal7722101071421132014115
Binary11111110010101000111110001010010111000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,18,1); }

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

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

 a { background-color: rgb(63,18,1); }

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

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

 span { border-color: rgb(63,18,1); }

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