#3B2518

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

Shades of Brown Pod #3B2518

Tints of Brown Pod #3B2518

Color information

#3B2518 (or 0x3B2518) is unknown color: approx Brown Pod. HEX triplet: 3B, 25 and 18. RGB value is (59,37,24). Sum of RGB (Red+Green+Blue) = 59+37+24=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2518 is #C4DAE7. Grayscale: #2A2A2A. Windows color (decimal): -12901096 or 1582395. OLE color: 1582395.

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

Color convert

RGB593724-
CMYK00.370.590.77
HSL22.29º42.17%16.27%-
HSV(B)22.29º59.32%23.14%-
XYZ2.632.321.17-
YUV42.1117.79140.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 49.17%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 24 (9.77% from 255) = 20%
R=49.17%
G=30.83%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59372400.370.590.7722.2942.1716.27
Hex3B25180253B4D162a10
Octal73453004573115265220
Binary11101110010111000010010111101110011011011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,37,24); }

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

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

 a { background-color: rgb(59,37,24); }

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

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

 span { border-color: rgb(59,37,24); }

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