#3D1F10

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

Shades of Brown Pod #3D1F10

Tints of Brown Pod #3D1F10

Color information

#3D1F10 (or 0x3D1F10) is unknown color: approx Brown Pod. HEX triplet: 3D, 1F and 10. RGB value is (61,31,16). Sum of RGB (Red+Green+Blue) = 61+31+16=108 (14% of max value = 765). Red value is 61 (24.22% from 255 or 56.48% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1F10 is #C2E0EF. Grayscale: #262626. Windows color (decimal): -12771568 or 1056573. OLE color: 1056573.

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

Color convert

RGB613116-
CMYK00.490.740.76
HSL20º58.44%15.1%-
HSV(B)20º73.77%23.92%-
XYZ2.512.010.75-
YUV38.26115.44144.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 56.48%
GREEN value IS 31 (12.5% from 255) = 28.70%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=56.48%
G=28.70%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61311600.490.740.762058.4415.1
Hex3D1F100314A4C143af
Octal753720061112114247217
Binary1111011111110000011000110010101001100101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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