#3D1F11

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

Shades of Brown Pod #3D1F11

Tints of Brown Pod #3D1F11

Color information

#3D1F11 (or 0x3D1F11) is unknown color: approx Brown Pod. HEX triplet: 3D, 1F and 11. RGB value is (61,31,17). Sum of RGB (Red+Green+Blue) = 61+31+17=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1F11 is #C2E0EE. Grayscale: #262626. Windows color (decimal): -12771567 or 1122109. OLE color: 1122109.

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

Color convert

RGB613117-
CMYK00.490.720.76
HSL19.09º56.41%15.29%-
HSV(B)19.09º72.13%23.92%-
XYZ2.522.010.79-
YUV38.37115.94144.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.96%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=55.96%
G=28.44%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61311700.490.720.7619.0956.4115.29
Hex3D1F11031484C1338f
Octal753721061110114237017
Binary1111011111110001011000110010001001100100111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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