#3B261E

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

Shades of Brown Pod #3B261E

Tints of Brown Pod #3B261E

Color information

#3B261E (or 0x3B261E) is unknown color: approx Brown Pod. HEX triplet: 3B, 26 and 1E. RGB value is (59,38,30). Sum of RGB (Red+Green+Blue) = 59+38+30=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B261E is #C4D9E1. Grayscale: #2B2B2B. Windows color (decimal): -12900834 or 1975867. OLE color: 1975867.

HSL color Cylindrical-coordinate representation of color #3B261E: hue angle of 16.55º 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 #3B261E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.77.

Color convert

RGB593830-
CMYK00.360.490.77
HSL16.55º32.58%17.45%-
HSV(B)16.55º49.15%23.14%-
XYZ2.732.411.55-
YUV43.37120.46139.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.46%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=46.46%
G=29.92%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59383000.360.490.7716.5532.5817.45
Hex3B261E024314D112111
Octal73463604461115214121
Binary11101110011011110010010011000110011011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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