#3F2012

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

Shades of Brown Pod #3F2012

Tints of Brown Pod #3F2012

Color information

#3F2012 (or 0x3F2012) is unknown color: approx Brown Pod. HEX triplet: 3F, 20 and 12. RGB value is (63,32,18). Sum of RGB (Red+Green+Blue) = 63+32+18=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2012 is #C0DFED. Grayscale: #272727. Windows color (decimal): -12640238 or 1187903. OLE color: 1187903.

HSL color Cylindrical-coordinate representation of color #3F2012: hue angle of 18.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F2012 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB633218-
CMYK00.490.710.75
HSL18.67º55.56%15.88%-
HSV(B)18.67º71.43%24.71%-
XYZ2.682.130.84-
YUV39.67115.77144.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.75%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=55.75%
G=28.32%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63321800.490.710.7518.6755.5615.88
Hex3F2012031474B133810
Octal774022061107113237020
Binary111111100000100100110001100011110010111001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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