#3F200A

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

Shades of Brown Pod #3F200A

Tints of Brown Pod #3F200A

Color information

#3F200A (or 0x3F200A) is unknown color: approx Brown Pod. HEX triplet: 3F, 20 and 0A. RGB value is (63,32,10). Sum of RGB (Red+Green+Blue) = 63+32+10=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F200A is #C0DFF5. Grayscale: #262626. Windows color (decimal): -12640246 or 663615. OLE color: 663615.

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

Color convert

RGB633210-
CMYK00.490.840.75
HSL24.91º72.6%14.31%-
HSV(B)24.91º84.13%24.71%-
XYZ2.622.110.56-
YUV38.76111.77145.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 60%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=60%
G=30.48%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63321000.490.840.7524.9172.614.31
Hex3F20A031544B1949e
Octal7740120611241133111116
Binary11111110000010100110001101010010010111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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