#3B221D

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

Shades of Brown Pod #3B221D

Tints of Brown Pod #3B221D

Color information

#3B221D (or 0x3B221D) is unknown color: approx Brown Pod. HEX triplet: 3B, 22 and 1D. RGB value is (59,34,29). Sum of RGB (Red+Green+Blue) = 59+34+29=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B221D is #C4DDE2. Grayscale: #282828. Windows color (decimal): -12901859 or 1909307. OLE color: 1909307.

HSL color Cylindrical-coordinate representation of color #3B221D: hue angle of 10º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B221D is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.77.

Color convert

RGB593429-
CMYK00.420.510.77
HSL10º34.09%17.25%-
HSV(B)10º50.85%23.14%-
XYZ2.62.161.44-
YUV40.9121.28140.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 48.36%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=48.36%
G=27.87%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59342900.420.510.771034.0917.25
Hex3B221D02A334Da2211
Octal73423505263115124221
Binary1110111000101110101010101100111001101101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,29); }

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

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

 a { background-color: rgb(59,34,29); }

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

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

 span { border-color: rgb(59,34,29); }

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