#3B2218

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

Shades of Brown Pod #3B2218

Tints of Brown Pod #3B2218

Color information

#3B2218 (or 0x3B2218) is unknown color: approx Brown Pod. HEX triplet: 3B, 22 and 18. RGB value is (59,34,24). Sum of RGB (Red+Green+Blue) = 59+34+24=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2218 is #C4DDE7. Grayscale: #282828. Windows color (decimal): -12901864 or 1581627. OLE color: 1581627.

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

Color convert

RGB593424-
CMYK00.420.590.77
HSL17.14º42.17%16.27%-
HSV(B)17.14º59.32%23.14%-
XYZ2.542.141.14-
YUV40.33118.78141.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.43%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=50.43%
G=29.06%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59342400.420.590.7717.1442.1716.27
Hex3B221802A3B4D112a10
Octal73423005273115215220
Binary11101110001011000010101011101110011011000110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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