#3D2517

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

Shades of Brown Pod #3D2517

Tints of Brown Pod #3D2517

Color information

#3D2517 (or 0x3D2517) is unknown color: approx Brown Pod. HEX triplet: 3D, 25 and 17. RGB value is (61,37,23). Sum of RGB (Red+Green+Blue) = 61+37+23=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2517 is #C2DAE8. Grayscale: #2A2A2A. Windows color (decimal): -12770025 or 1516861. OLE color: 1516861.

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

Color convert

RGB613723-
CMYK00.390.620.76
HSL22.11º45.24%16.47%-
HSV(B)22.11º62.3%23.92%-
XYZ2.742.381.12-
YUV42.58116.95141.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=50.41%
G=30.58%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61372300.390.620.7622.1145.2416.47
Hex3D25170273E4C162d10
Octal75452704776114265520
Binary11110110010110111010011111111010011001011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,23); }

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

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

 a { background-color: rgb(61,37,23); }

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

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

 span { border-color: rgb(61,37,23); }

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