#3F1802

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

Shades of Brown Pod #3F1802

Tints of Brown Pod #3F1802

Color information

#3F1802 (or 0x3F1802) is unknown color: approx Brown Pod. HEX triplet: 3F, 18 and 02. RGB value is (63,24,2). Sum of RGB (Red+Green+Blue) = 63+24+2=89 (11% of max value = 765). Red value is 63 (25% from 255 or 70.79% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1802 is #C0E7FD. Grayscale: #212121. Windows color (decimal): -12642302 or 137279. OLE color: 137279.

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

Color convert

RGB63242-
CMYK00.620.970.75
HSL21.64º93.85%12.75%-
HSV(B)21.64º96.83%24.71%-
XYZ2.391.710.26-
YUV33.15110.42149.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 70.79%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=70.79%
G=26.97%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6324200.620.970.7521.6493.8512.75
Hex3F18203E614B165ed
Octal773020761411132613615
Binary11111111000100111110110000110010111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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