#3B2415

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

Shades of Brown Pod #3B2415

Tints of Brown Pod #3B2415

Color information

#3B2415 (or 0x3B2415) is unknown color: approx Brown Pod. HEX triplet: 3B, 24 and 15. RGB value is (59,36,21). Sum of RGB (Red+Green+Blue) = 59+36+21=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2415 is #C4DBEA. Grayscale: #292929. Windows color (decimal): -12901355 or 1385531. OLE color: 1385531.

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

Color convert

RGB593621-
CMYK00.390.640.77
HSL23.68º47.5%15.69%-
HSV(B)23.68º64.41%23.14%-
XYZ2.572.251.01-
YUV41.17116.62140.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.86%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=50.86%
G=31.03%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59362100.390.640.7723.6847.515.69
Hex3B2415027404D183010
Octal734425047100115306020
Binary111011100100101010100111100000010011011100011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,36,21); }

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

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

 a { background-color: rgb(59,36,21); }

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

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

 span { border-color: rgb(59,36,21); }

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