#3B2018

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

Shades of Brown Pod #3B2018

Tints of Brown Pod #3B2018

Color information

#3B2018 (or 0x3B2018) is unknown color: approx Brown Pod. HEX triplet: 3B, 20 and 18. RGB value is (59,32,24). Sum of RGB (Red+Green+Blue) = 59+32+24=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2018 is #C4DFE7. Grayscale: #272727. Windows color (decimal): -12902376 or 1581115. OLE color: 1581115.

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

Color convert

RGB593224-
CMYK00.460.590.77
HSL13.71º42.17%16.27%-
HSV(B)13.71º59.32%23.14%-
XYZ2.492.031.12-
YUV39.16119.45142.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.30%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=51.30%
G=27.83%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59322400.460.590.7713.7142.1716.27
Hex3B201802E3B4De2a10
Octal73403005673115165220
Binary1110111000001100001011101110111001101111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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