#3D271F

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

Shades of Brown Pod #3D271F

Tints of Brown Pod #3D271F

Color information

#3D271F (or 0x3D271F) is unknown color: approx Brown Pod. HEX triplet: 3D, 27 and 1F. RGB value is (61,39,31). Sum of RGB (Red+Green+Blue) = 61+39+31=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D271F is #C2D8E0. Grayscale: #2C2C2C. Windows color (decimal): -12769505 or 2041661. OLE color: 2041661.

HSL color Cylindrical-coordinate representation of color #3D271F: hue angle of 16º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D271F is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB613931-
CMYK00.360.490.76
HSL16º32.61%18.04%-
HSV(B)16º49.18%23.92%-
XYZ2.92.541.63-
YUV44.67120.29139.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.56%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=46.56%
G=29.77%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61393100.360.490.761632.6118.04
Hex3D271F024314C102112
Octal75473704461114204122
Binary11110110011111111010010011000110011001000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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