#3F1A03

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

Shades of Brown Pod #3F1A03

Tints of Brown Pod #3F1A03

Color information

#3F1A03 (or 0x3F1A03) is unknown color: approx Brown Pod. HEX triplet: 3F, 1A and 03. RGB value is (63,26,3). Sum of RGB (Red+Green+Blue) = 63+26+3=92 (12% of max value = 765). Red value is 63 (25% from 255 or 68.48% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F1A03 is #C0E5FC. Grayscale: #222222. Windows color (decimal): -12641789 or 203327. OLE color: 203327.

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

Color convert

RGB63263-
CMYK00.590.950.75
HSL23º90.91%12.94%-
HSV(B)23º95.24%24.71%-
XYZ2.441.80.31-
YUV34.44110.26148.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 68.48%
GREEN value IS 26 (10.55% from 255) = 28.26%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=68.48%
G=28.26%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6326300.590.950.752390.9112.94
Hex3F1A303B5F4B175bd
Octal773230731371132713315
Binary11111111010110111011101111110010111011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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