#3F1202

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

Shades of Brown Pod #3F1202

Tints of Brown Pod #3F1202

Color information

#3F1202 (or 0x3F1202) is unknown color: approx Brown Pod. HEX triplet: 3F, 12 and 02. RGB value is (63,18,2). Sum of RGB (Red+Green+Blue) = 63+18+2=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1202 is #C0EDFD. Grayscale: #1D1D1D. Windows color (decimal): -12643838 or 135743. OLE color: 135743.

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

Color convert

RGB63182-
CMYK00.710.970.75
HSL15.74º93.85%12.75%-
HSV(B)15.74º96.83%24.71%-
XYZ2.281.490.23-
YUV29.63112.41151.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 75.90%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=75.90%
G=21.69%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6318200.710.970.7515.7493.8512.75
Hex3F122047614B105ed
Octal7722201071411132013615
Binary111111100101001000111110000110010111000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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