#3B1201

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

Shades of Brown Pod #3B1201

Tints of Brown Pod #3B1201

Color information

#3B1201 (or 0x3B1201) is unknown color: approx Brown Pod. HEX triplet: 3B, 12 and 01. RGB value is (59,18,1). Sum of RGB (Red+Green+Blue) = 59+18+1=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1201 is #C4EDFE. Grayscale: #1C1C1C. Windows color (decimal): -12905983 or 70203. OLE color: 70203.

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

Color convert

RGB59181-
CMYK00.690.980.77
HSL17.59º96.67%11.76%-
HSV(B)17.59º98.31%23.14%-
XYZ2.031.360.19-
YUV28.32112.58149.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 75.64%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=75.64%
G=23.08%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5918100.690.980.7717.5996.6711.76
Hex3B121045624D1261c
Octal7322101051421152214114
Binary11101110010101000101110001010011011001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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