#3B221F

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

Shades of Brown Pod #3B221F

Tints of Brown Pod #3B221F

Color information

#3B221F (or 0x3B221F) is unknown color: approx Brown Pod. HEX triplet: 3B, 22 and 1F. RGB value is (59,34,31). Sum of RGB (Red+Green+Blue) = 59+34+31=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B221F is #C4DDE0. Grayscale: #292929. Windows color (decimal): -12901857 or 2040379. OLE color: 2040379.

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

Color convert

RGB593431-
CMYK00.420.470.77
HSL6.43º31.11%17.65%-
HSV(B)6.43º47.46%23.14%-
XYZ2.622.171.58-
YUV41.13122.28140.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.58%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 31 (12.5% from 255) = 25%
R=47.58%
G=27.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59343100.420.470.776.4331.1117.65
Hex3B221F02A2F4D61f12
Octal7342370525711563722
Binary11101110001011111010101010111110011011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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