#3D2110

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

Shades of Brown Pod #3D2110

Tints of Brown Pod #3D2110

Color information

#3D2110 (or 0x3D2110) is unknown color: approx Brown Pod. HEX triplet: 3D, 21 and 10. RGB value is (61,33,16). Sum of RGB (Red+Green+Blue) = 61+33+16=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2110 is #C2DEEF. Grayscale: #272727. Windows color (decimal): -12771056 or 1057085. OLE color: 1057085.

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

Color convert

RGB613316-
CMYK00.460.740.76
HSL22.67º58.44%15.1%-
HSV(B)22.67º73.77%23.92%-
XYZ2.562.120.76-
YUV39.43114.78143.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.45%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 16 (6.64% from 255) = 14.55%
R=55.45%
G=30%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61331600.460.740.7622.6758.4415.1
Hex3D211002E4A4C173af
Octal754120056112114277217
Binary11110110000110000010111010010101001100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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