#3B271E

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

Shades of Brown Pod #3B271E

Tints of Brown Pod #3B271E

Color information

#3B271E (or 0x3B271E) is unknown color: approx Brown Pod. HEX triplet: 3B, 27 and 1E. RGB value is (59,39,30). Sum of RGB (Red+Green+Blue) = 59+39+30=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B271E is #C4D8E1. Grayscale: #2C2C2C. Windows color (decimal): -12900578 or 1976123. OLE color: 1976123.

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

Color convert

RGB593930-
CMYK00.340.490.77
HSL18.62º32.58%17.45%-
HSV(B)18.62º49.15%23.14%-
XYZ2.762.471.56-
YUV43.95120.13138.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.09%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=46.09%
G=30.47%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59393000.340.490.7718.6232.5817.45
Hex3B271E022314D132111
Octal73473604261115234121
Binary11101110011111110010001011000110011011001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,39,30); }

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

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

 a { background-color: rgb(59,39,30); }

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

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

 span { border-color: rgb(59,39,30); }

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