#3D2010

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

Shades of Brown Pod #3D2010

Tints of Brown Pod #3D2010

Color information

#3D2010 (or 0x3D2010) is unknown color: approx Brown Pod. HEX triplet: 3D, 20 and 10. RGB value is (61,32,16). Sum of RGB (Red+Green+Blue) = 61+32+16=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2010 is #C2DFEF. Grayscale: #262626. Windows color (decimal): -12771312 or 1056829. OLE color: 1056829.

HSL color Cylindrical-coordinate representation of color #3D2010: hue angle of 21.33º 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 #3D2010 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB613216-
CMYK00.480.740.76
HSL21.33º58.44%15.1%-
HSV(B)21.33º73.77%23.92%-
XYZ2.532.060.75-
YUV38.85115.11143.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.96%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=55.96%
G=29.36%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61321600.480.740.7621.3358.4415.1
Hex3D20100304A4C153af
Octal754020060112114257217
Binary11110110000010000011000010010101001100101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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