#3B1601

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

Shades of Brown Pod #3B1601

Tints of Brown Pod #3B1601

Color information

#3B1601 (or 0x3B1601) is unknown color: approx Brown Pod. HEX triplet: 3B, 16 and 01. RGB value is (59,22,1). Sum of RGB (Red+Green+Blue) = 59+22+1=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1601 is #C4E9FE. Grayscale: #1E1E1E. Windows color (decimal): -12904959 or 71227. OLE color: 71227.

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

Color convert

RGB59221-
CMYK00.630.980.77
HSL21.72º96.67%11.76%-
HSV(B)21.72º98.31%23.14%-
XYZ2.11.510.21-
YUV30.67111.26148.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.95%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=71.95%
G=26.83%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5922100.630.980.7721.7296.6711.76
Hex3B16103F624D1661c
Octal732610771421152614114
Binary1110111011010111111110001010011011011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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