#3D221E

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

Shades of Brown Pod #3D221E

Tints of Brown Pod #3D221E

Color information

#3D221E (or 0x3D221E) is unknown color: approx Brown Pod. HEX triplet: 3D, 22 and 1E. RGB value is (61,34,30). Sum of RGB (Red+Green+Blue) = 61+34+30=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D221E is #C2DDE1. Grayscale: #292929. Windows color (decimal): -12770786 or 1974845. OLE color: 1974845.

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

Color convert

RGB613430-
CMYK00.440.510.76
HSL7.74º34.07%17.84%-
HSV(B)7.74º50.82%23.92%-
XYZ2.732.231.51-
YUV41.62121.45141.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.8%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 30 (12.11% from 255) = 24%
R=48.8%
G=27.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61343000.440.510.767.7434.0717.84
Hex3D221E02C334C82212
Octal75423605463114104222
Binary1111011000101111001011001100111001100100010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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