#3D2219

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

Shades of Brown Pod #3D2219

Tints of Brown Pod #3D2219

Color information

#3D2219 (or 0x3D2219) is unknown color: approx Brown Pod. HEX triplet: 3D, 22 and 19. RGB value is (61,34,25). Sum of RGB (Red+Green+Blue) = 61+34+25=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2219 is #C2DDE6. Grayscale: #292929. Windows color (decimal): -12770791 or 1647165. OLE color: 1647165.

HSL color Cylindrical-coordinate representation of color #3D2219: hue angle of 15º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D2219 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.76.

Color convert

RGB613425-
CMYK00.440.590.76
HSL15º41.86%16.86%-
HSV(B)15º59.02%23.92%-
XYZ2.672.211.2-
YUV41.05118.95142.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.83%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=50.83%
G=28.33%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61342500.440.590.761541.8616.86
Hex3D221902C3B4Cf2a11
Octal75423105473114175221
Binary1111011000101100101011001110111001100111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,34,25); }

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

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

 a { background-color: rgb(61,34,25); }

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

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

 span { border-color: rgb(61,34,25); }

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