#3F1506

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

Shades of Brown Pod #3F1506

Tints of Brown Pod #3F1506

Color information

#3F1506 (or 0x3F1506) is unknown color: approx Brown Pod. HEX triplet: 3F, 15 and 06. RGB value is (63,21,6). Sum of RGB (Red+Green+Blue) = 63+21+6=90 (11% of max value = 765). Red value is 63 (25% from 255 or 70% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1506 is #C0EAF9. Grayscale: #1F1F1F. Windows color (decimal): -12643066 or 398655. OLE color: 398655.

HSL color Cylindrical-coordinate representation of color #3F1506: hue angle of 15.79º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F1506 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB63216-
CMYK00.670.900.75
HSL15.79º82.61%13.53%-
HSV(B)15.79º90.48%24.71%-
XYZ2.351.610.36-
YUV31.85113.41150.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 70%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 6 (2.73% from 255) = 6.67%
R=70%
G=23.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6321600.670.900.7515.7982.6113.53
Hex3F1560435A4B1053e
Octal7725601031321132012316
Binary1111111010111001000011101101010010111000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,21,6); }

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

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

 a { background-color: rgb(63,21,6); }

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

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

 span { border-color: rgb(63,21,6); }

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