#3F1801

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

Shades of Brown Pod #3F1801

Tints of Brown Pod #3F1801

Color information

#3F1801 (or 0x3F1801) is unknown color: approx Brown Pod. HEX triplet: 3F, 18 and 01. RGB value is (63,24,1). Sum of RGB (Red+Green+Blue) = 63+24+1=88 (11% of max value = 765). Red value is 63 (25% from 255 or 71.59% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1801 is #C0E7FE. Grayscale: #212121. Windows color (decimal): -12642303 or 71743. OLE color: 71743.

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

Color convert

RGB63241-
CMYK00.620.980.75
HSL22.26º96.88%12.55%-
HSV(B)22.26º98.41%24.71%-
XYZ2.381.710.23-
YUV33.04109.92149.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 71.59%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=71.59%
G=27.27%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6324100.620.980.7522.2696.8812.55
Hex3F18103E624B1661d
Octal773010761421132614115
Binary1111111100010111110110001010010111011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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