#3D2416

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

Shades of Brown Pod #3D2416

Tints of Brown Pod #3D2416

Color information

#3D2416 (or 0x3D2416) is unknown color: approx Brown Pod. HEX triplet: 3D, 24 and 16. RGB value is (61,36,22). Sum of RGB (Red+Green+Blue) = 61+36+22=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2416 is #C2DBE9. Grayscale: #292929. Windows color (decimal): -12770282 or 1451069. OLE color: 1451069.

HSL color Cylindrical-coordinate representation of color #3D2416: hue angle of 21.54º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D2416 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.76.

Color convert

RGB613622-
CMYK00.410.640.76
HSL21.54º46.99%16.27%-
HSV(B)21.54º63.93%23.92%-
XYZ2.72.311.06-
YUV41.88116.78141.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.26%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=51.26%
G=30.25%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61362200.410.640.7621.5446.9916.27
Hex3D2416029404C162f10
Octal754426051100114265720
Binary111101100100101100101001100000010011001011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,36,22); }

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

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

 a { background-color: rgb(61,36,22); }

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

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

 span { border-color: rgb(61,36,22); }

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