#3B1C06

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

Shades of Brown Pod #3B1C06

Tints of Brown Pod #3B1C06

Color information

#3B1C06 (or 0x3B1C06) is unknown color: approx Brown Pod. HEX triplet: 3B, 1C and 06. RGB value is (59,28,6). Sum of RGB (Red+Green+Blue) = 59+28+6=93 (12% of max value = 765). Red value is 59 (23.44% from 255 or 63.44% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1C06 is #C4E3F9. Grayscale: #222222. Windows color (decimal): -12903418 or 400443. OLE color: 400443.

HSL color Cylindrical-coordinate representation of color #3B1C06: hue angle of 24.91º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B1C06 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB59286-
CMYK00.530.900.77
HSL24.91º81.54%12.75%-
HSV(B)24.91º89.83%23.14%-
XYZ2.251.770.4-
YUV34.76111.77145.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 63.44%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=63.44%
G=30.11%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5928600.530.900.7724.9181.5412.75
Hex3B1C60355A4D1952d
Octal733460651321153112215
Binary111011111001100110101101101010011011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,28,6); }

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

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

 a { background-color: rgb(59,28,6); }

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

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

 span { border-color: rgb(59,28,6); }

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