#3F271F

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

Shades of Brown Pod #3F271F

Tints of Brown Pod #3F271F

Color information

#3F271F (or 0x3F271F) is unknown color: approx Brown Pod. HEX triplet: 3F, 27 and 1F. RGB value is (63,39,31). Sum of RGB (Red+Green+Blue) = 63+39+31=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F271F is #C0D8E0. Grayscale: #2D2D2D. Windows color (decimal): -12638433 or 2041663. OLE color: 2041663.

HSL color Cylindrical-coordinate representation of color #3F271F: hue angle of 15º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F271F is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB633931-
CMYK00.380.510.75
HSL15º34.04%18.43%-
HSV(B)15º50.79%24.71%-
XYZ3.022.611.64-
YUV45.26119.95140.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=47.37%
G=29.32%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63393100.380.510.751534.0418.43
Hex3F271F026334Bf2212
Octal77473704663113174222
Binary1111111001111111101001101100111001011111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,31); }

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

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

 a { background-color: rgb(63,39,31); }

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

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

 span { border-color: rgb(63,39,31); }

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