#3D2011

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

Shades of Brown Pod #3D2011

Tints of Brown Pod #3D2011

Color information

#3D2011 (or 0x3D2011) is unknown color: approx Brown Pod. HEX triplet: 3D, 20 and 11. RGB value is (61,32,17). Sum of RGB (Red+Green+Blue) = 61+32+17=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2011 is #C2DFEE. Grayscale: #272727. Windows color (decimal): -12771311 or 1122365. OLE color: 1122365.

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

Color convert

RGB613217-
CMYK00.480.720.76
HSL20.45º56.41%15.29%-
HSV(B)20.45º72.13%23.92%-
XYZ2.542.070.8-
YUV38.96115.61143.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.45%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=55.45%
G=29.09%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61321700.480.720.7620.4556.4115.29
Hex3D2011030484C1438f
Octal754021060110114247017
Binary11110110000010001011000010010001001100101001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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