#3B1F12

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

Shades of Brown Pod #3B1F12

Tints of Brown Pod #3B1F12

Color information

#3B1F12 (or 0x3B1F12) is unknown color: approx Brown Pod. HEX triplet: 3B, 1F and 12. RGB value is (59,31,18). Sum of RGB (Red+Green+Blue) = 59+31+18=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1F12 is #C4E0ED. Grayscale: #252525. Windows color (decimal): -12902638 or 1187643. OLE color: 1187643.

HSL color Cylindrical-coordinate representation of color #3B1F12: hue angle of 19.02º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B1F12 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB593118-
CMYK00.470.690.77
HSL19.02º53.25%15.1%-
HSV(B)19.02º69.49%23.14%-
XYZ2.41.950.82-
YUV37.89116.78143.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.63%
GREEN value IS 31 (12.5% from 255) = 28.70%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=54.63%
G=28.70%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59311800.470.690.7719.0253.2515.1
Hex3B1F1202F454D1335f
Octal733722057105115236517
Binary1110111111110010010111110001011001101100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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