#3D2320

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

Shades of Brown Pod #3D2320

Tints of Brown Pod #3D2320

Color information

#3D2320 (or 0x3D2320) is unknown color: approx Brown Pod. HEX triplet: 3D, 23 and 20. RGB value is (61,35,32). Sum of RGB (Red+Green+Blue) = 61+35+32=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2320 is #C2DCDF. Grayscale: #2A2A2A. Windows color (decimal): -12770528 or 2106173. OLE color: 2106173.

HSL color Cylindrical-coordinate representation of color #3D2320: hue angle of 6.21º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D2320 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB613532-
CMYK00.430.480.76
HSL6.21º31.18%18.24%-
HSV(B)6.21º47.54%23.92%-
XYZ2.792.31.66-
YUV42.43122.11141.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.66%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 32 (12.89% from 255) = 25%
R=47.66%
G=27.34%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61353200.430.480.766.2131.1818.24
Hex3D232002B304C61f12
Octal7543400536011463722
Binary111101100011100000010101111000010011001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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