#3B201A

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

Shades of Brown Pod #3B201A

Tints of Brown Pod #3B201A

Color information

#3B201A (or 0x3B201A) is unknown color: approx Brown Pod. HEX triplet: 3B, 20 and 1A. RGB value is (59,32,26). Sum of RGB (Red+Green+Blue) = 59+32+26=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B201A is #C4DFE5. Grayscale: #272727. Windows color (decimal): -12902374 or 1712187. OLE color: 1712187.

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

Color convert

RGB593226-
CMYK00.460.560.77
HSL10.91º38.82%16.67%-
HSV(B)10.91º55.93%23.14%-
XYZ2.512.041.24-
YUV39.39120.45141.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.43%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=50.43%
G=27.35%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59322600.460.560.7710.9138.8216.67
Hex3B201A02E384Db2711
Octal73403205670115134721
Binary1110111000001101001011101110001001101101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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