#3B1501

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

Shades of Brown Pod #3B1501

Tints of Brown Pod #3B1501

Color information

#3B1501 (or 0x3B1501) is unknown color: approx Brown Pod. HEX triplet: 3B, 15 and 01. RGB value is (59,21,1). Sum of RGB (Red+Green+Blue) = 59+21+1=81 (10% of max value = 765). Red value is 59 (23.44% from 255 or 72.84% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1501 is #C4EAFE. Grayscale: #1E1E1E. Windows color (decimal): -12905215 or 70971. OLE color: 70971.

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

Color convert

RGB59211-
CMYK00.640.980.77
HSL20.69º96.67%11.76%-
HSV(B)20.69º98.31%23.14%-
XYZ2.081.470.2-
YUV30.08111.59148.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 72.84%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 1 (0.78% from 255) = 1.23%
R=72.84%
G=25.93%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5921100.640.980.7720.6996.6711.76
Hex3B151040624D1561c
Octal7325101001421152514114
Binary11101110101101000000110001010011011010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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